Skip to main content

RoleTargetDto

Properties

NameTypeDescriptionNotes
SourcePointer to BaseReferenceDto[optional]
AccountInfoPointer to AccountInfoDto[optional]
RolePointer to BaseReferenceDto[optional]

Methods

NewRoleTargetDto

func NewRoleTargetDto() *RoleTargetDto

NewRoleTargetDto instantiates a new RoleTargetDto 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

NewRoleTargetDtoWithDefaults

func NewRoleTargetDtoWithDefaults() *RoleTargetDto

NewRoleTargetDtoWithDefaults instantiates a new RoleTargetDto 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

GetSource

func (o *RoleTargetDto) GetSource() BaseReferenceDto

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *RoleTargetDto) GetSourceOk() (*BaseReferenceDto, bool)

GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSource

func (o *RoleTargetDto) SetSource(v BaseReferenceDto)

SetSource sets Source field to given value.

HasSource

func (o *RoleTargetDto) HasSource() bool

HasSource returns a boolean if a field has been set.

GetAccountInfo

func (o *RoleTargetDto) GetAccountInfo() AccountInfoDto

GetAccountInfo returns the AccountInfo field if non-nil, zero value otherwise.

GetAccountInfoOk

func (o *RoleTargetDto) GetAccountInfoOk() (*AccountInfoDto, bool)

GetAccountInfoOk returns a tuple with the AccountInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAccountInfo

func (o *RoleTargetDto) SetAccountInfo(v AccountInfoDto)

SetAccountInfo sets AccountInfo field to given value.

HasAccountInfo

func (o *RoleTargetDto) HasAccountInfo() bool

HasAccountInfo returns a boolean if a field has been set.

GetRole

func (o *RoleTargetDto) GetRole() BaseReferenceDto

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

func (o *RoleTargetDto) GetRoleOk() (*BaseReferenceDto, bool)

GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRole

func (o *RoleTargetDto) SetRole(v BaseReferenceDto)

SetRole sets Role field to given value.

HasRole

func (o *RoleTargetDto) HasRole() bool

HasRole returns a boolean if a field has been set.