Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.12 KB

File metadata and controls

134 lines (73 loc) · 4.12 KB

ApiRoleWithMembersByOwnerDTO

Properties

Name Type Description Notes
MembersByOwner Pointer to []ApiMembersByOwnerDTO [optional]
RoleDescription Pointer to string [optional]
RoleId Pointer to string [optional]
RoleName Pointer to string [optional]

Methods

NewApiRoleWithMembersByOwnerDTO

func NewApiRoleWithMembersByOwnerDTO() *ApiRoleWithMembersByOwnerDTO

NewApiRoleWithMembersByOwnerDTO instantiates a new ApiRoleWithMembersByOwnerDTO 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

NewApiRoleWithMembersByOwnerDTOWithDefaults

func NewApiRoleWithMembersByOwnerDTOWithDefaults() *ApiRoleWithMembersByOwnerDTO

NewApiRoleWithMembersByOwnerDTOWithDefaults instantiates a new ApiRoleWithMembersByOwnerDTO 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

GetMembersByOwner

func (o *ApiRoleWithMembersByOwnerDTO) GetMembersByOwner() []ApiMembersByOwnerDTO

GetMembersByOwner returns the MembersByOwner field if non-nil, zero value otherwise.

GetMembersByOwnerOk

func (o *ApiRoleWithMembersByOwnerDTO) GetMembersByOwnerOk() (*[]ApiMembersByOwnerDTO, bool)

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

SetMembersByOwner

func (o *ApiRoleWithMembersByOwnerDTO) SetMembersByOwner(v []ApiMembersByOwnerDTO)

SetMembersByOwner sets MembersByOwner field to given value.

HasMembersByOwner

func (o *ApiRoleWithMembersByOwnerDTO) HasMembersByOwner() bool

HasMembersByOwner returns a boolean if a field has been set.

GetRoleDescription

func (o *ApiRoleWithMembersByOwnerDTO) GetRoleDescription() string

GetRoleDescription returns the RoleDescription field if non-nil, zero value otherwise.

GetRoleDescriptionOk

func (o *ApiRoleWithMembersByOwnerDTO) GetRoleDescriptionOk() (*string, bool)

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

SetRoleDescription

func (o *ApiRoleWithMembersByOwnerDTO) SetRoleDescription(v string)

SetRoleDescription sets RoleDescription field to given value.

HasRoleDescription

func (o *ApiRoleWithMembersByOwnerDTO) HasRoleDescription() bool

HasRoleDescription returns a boolean if a field has been set.

GetRoleId

func (o *ApiRoleWithMembersByOwnerDTO) GetRoleId() string

GetRoleId returns the RoleId field if non-nil, zero value otherwise.

GetRoleIdOk

func (o *ApiRoleWithMembersByOwnerDTO) GetRoleIdOk() (*string, 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.

SetRoleId

func (o *ApiRoleWithMembersByOwnerDTO) SetRoleId(v string)

SetRoleId sets RoleId field to given value.

HasRoleId

func (o *ApiRoleWithMembersByOwnerDTO) HasRoleId() bool

HasRoleId returns a boolean if a field has been set.

GetRoleName

func (o *ApiRoleWithMembersByOwnerDTO) GetRoleName() string

GetRoleName returns the RoleName field if non-nil, zero value otherwise.

GetRoleNameOk

func (o *ApiRoleWithMembersByOwnerDTO) GetRoleNameOk() (*string, bool)

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

SetRoleName

func (o *ApiRoleWithMembersByOwnerDTO) SetRoleName(v string)

SetRoleName sets RoleName field to given value.

HasRoleName

func (o *ApiRoleWithMembersByOwnerDTO) HasRoleName() bool

HasRoleName returns a boolean if a field has been set.

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