Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.45 KB

RoleMatchDto.md

File metadata and controls

82 lines (45 loc) · 2.45 KB

RoleMatchDto

Properties

Name Type Description Notes
RoleRef Pointer to BaseReferenceDto1 [optional]
MatchedAttributes Pointer to []ContextAttributeDto [optional]

Methods

NewRoleMatchDto

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

NewRoleMatchDtoWithDefaults

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

GetRoleRef

func (o *RoleMatchDto) GetRoleRef() BaseReferenceDto1

GetRoleRef returns the RoleRef field if non-nil, zero value otherwise.

GetRoleRefOk

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.

SetRoleRef

func (o *RoleMatchDto) SetRoleRef(v BaseReferenceDto1)

SetRoleRef sets RoleRef field to given value.

HasRoleRef

func (o *RoleMatchDto) HasRoleRef() bool

HasRoleRef returns a boolean if a field has been set.

GetMatchedAttributes

func (o *RoleMatchDto) GetMatchedAttributes() []ContextAttributeDto

GetMatchedAttributes returns the MatchedAttributes field if non-nil, zero value otherwise.

GetMatchedAttributesOk

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.

SetMatchedAttributes

func (o *RoleMatchDto) SetMatchedAttributes(v []ContextAttributeDto)

SetMatchedAttributes sets MatchedAttributes field to given value.

HasMatchedAttributes

func (o *RoleMatchDto) HasMatchedAttributes() bool

HasMatchedAttributes returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]