| Name | Type | Description | Notes |
|---|---|---|---|
| NewRoleId | Pointer to NullableInt32 | [optional] | |
| NewRoleName | Pointer to NullableString | [optional] |
func NewCertificatesOwnerRequest() *CertificatesOwnerRequest
NewCertificatesOwnerRequest instantiates a new CertificatesOwnerRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCertificatesOwnerRequestWithDefaults() *CertificatesOwnerRequest
NewCertificatesOwnerRequestWithDefaults instantiates a new CertificatesOwnerRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *CertificatesOwnerRequest) GetNewRoleId() int32
GetNewRoleId returns the NewRoleId field if non-nil, zero value otherwise.
func (o *CertificatesOwnerRequest) GetNewRoleIdOk() (*int32, bool)
GetNewRoleIdOk returns a tuple with the NewRoleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesOwnerRequest) SetNewRoleId(v int32)
SetNewRoleId sets NewRoleId field to given value.
func (o *CertificatesOwnerRequest) HasNewRoleId() bool
HasNewRoleId returns a boolean if a field has been set.
func (o *CertificatesOwnerRequest) SetNewRoleIdNil(b bool)
SetNewRoleIdNil sets the value for NewRoleId to be an explicit nil
func (o *CertificatesOwnerRequest) UnsetNewRoleId()
UnsetNewRoleId ensures that no value is present for NewRoleId, not even an explicit nil
func (o *CertificatesOwnerRequest) GetNewRoleName() string
GetNewRoleName returns the NewRoleName field if non-nil, zero value otherwise.
func (o *CertificatesOwnerRequest) GetNewRoleNameOk() (*string, bool)
GetNewRoleNameOk returns a tuple with the NewRoleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesOwnerRequest) SetNewRoleName(v string)
SetNewRoleName sets NewRoleName field to given value.
func (o *CertificatesOwnerRequest) HasNewRoleName() bool
HasNewRoleName returns a boolean if a field has been set.
func (o *CertificatesOwnerRequest) SetNewRoleNameNil(b bool)
SetNewRoleNameNil sets the value for NewRoleName to be an explicit nil
func (o *CertificatesOwnerRequest) UnsetNewRoleName()
UnsetNewRoleName ensures that no value is present for NewRoleName, not even an explicit nil