Name | Type | Description | Notes |
---|---|---|---|
RoleRef | Pointer to BaseReferenceDto1 | [optional] | |
MatchedAttributes | Pointer to []ContextAttributeDto | [optional] |
func NewRoleMatchDto() *RoleMatchDto
NewRoleMatchDto instantiates a new RoleMatchDto 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 NewRoleMatchDtoWithDefaults() *RoleMatchDto
NewRoleMatchDtoWithDefaults instantiates a new RoleMatchDto 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 *RoleMatchDto) GetRoleRef() BaseReferenceDto1
GetRoleRef returns the RoleRef field if non-nil, zero value otherwise.
func (o *RoleMatchDto) GetRoleRefOk() (*BaseReferenceDto1, bool)
GetRoleRefOk returns a tuple with the RoleRef field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleMatchDto) SetRoleRef(v BaseReferenceDto1)
SetRoleRef sets RoleRef field to given value.
func (o *RoleMatchDto) HasRoleRef() bool
HasRoleRef returns a boolean if a field has been set.
func (o *RoleMatchDto) GetMatchedAttributes() []ContextAttributeDto
GetMatchedAttributes returns the MatchedAttributes field if non-nil, zero value otherwise.
func (o *RoleMatchDto) GetMatchedAttributesOk() (*[]ContextAttributeDto, bool)
GetMatchedAttributesOk returns a tuple with the MatchedAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleMatchDto) SetMatchedAttributes(v []ContextAttributeDto)
SetMatchedAttributes sets MatchedAttributes field to given value.
func (o *RoleMatchDto) HasMatchedAttributes() bool
HasMatchedAttributes returns a boolean if a field has been set.