| Name | Type | Description | Notes |
|---|---|---|---|
| RoleId | Pointer to int32 | [optional] | |
| Name | Pointer to NullableString | [optional] |
func NewCertificateCollectionsAssignableQueryRole() *CertificateCollectionsAssignableQueryRole
NewCertificateCollectionsAssignableQueryRole instantiates a new CertificateCollectionsAssignableQueryRole 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 NewCertificateCollectionsAssignableQueryRoleWithDefaults() *CertificateCollectionsAssignableQueryRole
NewCertificateCollectionsAssignableQueryRoleWithDefaults instantiates a new CertificateCollectionsAssignableQueryRole 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 *CertificateCollectionsAssignableQueryRole) GetRoleId() int32
GetRoleId returns the RoleId field if non-nil, zero value otherwise.
func (o *CertificateCollectionsAssignableQueryRole) GetRoleIdOk() (*int32, bool)
GetRoleIdOk returns a tuple with the RoleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateCollectionsAssignableQueryRole) SetRoleId(v int32)
SetRoleId sets RoleId field to given value.
func (o *CertificateCollectionsAssignableQueryRole) HasRoleId() bool
HasRoleId returns a boolean if a field has been set.
func (o *CertificateCollectionsAssignableQueryRole) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CertificateCollectionsAssignableQueryRole) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateCollectionsAssignableQueryRole) SetName(v string)
SetName sets Name field to given value.
func (o *CertificateCollectionsAssignableQueryRole) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CertificateCollectionsAssignableQueryRole) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *CertificateCollectionsAssignableQueryRole) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil