| Name | Type | Description | Notes |
|---|---|---|---|
| MembersByOwner | Pointer to []ApiMembersByOwnerDTO | [optional] | |
| RoleDescription | Pointer to string | [optional] | |
| RoleId | Pointer to string | [optional] | |
| RoleName | Pointer to string | [optional] |
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
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
func (o *ApiRoleWithMembersByOwnerDTO) GetMembersByOwner() []ApiMembersByOwnerDTO
GetMembersByOwner returns the MembersByOwner field if non-nil, zero value otherwise.
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.
func (o *ApiRoleWithMembersByOwnerDTO) SetMembersByOwner(v []ApiMembersByOwnerDTO)
SetMembersByOwner sets MembersByOwner field to given value.
func (o *ApiRoleWithMembersByOwnerDTO) HasMembersByOwner() bool
HasMembersByOwner returns a boolean if a field has been set.
func (o *ApiRoleWithMembersByOwnerDTO) GetRoleDescription() string
GetRoleDescription returns the RoleDescription field if non-nil, zero value otherwise.
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.
func (o *ApiRoleWithMembersByOwnerDTO) SetRoleDescription(v string)
SetRoleDescription sets RoleDescription field to given value.
func (o *ApiRoleWithMembersByOwnerDTO) HasRoleDescription() bool
HasRoleDescription returns a boolean if a field has been set.
func (o *ApiRoleWithMembersByOwnerDTO) GetRoleId() string
GetRoleId returns the RoleId field if non-nil, zero value otherwise.
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.
func (o *ApiRoleWithMembersByOwnerDTO) SetRoleId(v string)
SetRoleId sets RoleId field to given value.
func (o *ApiRoleWithMembersByOwnerDTO) HasRoleId() bool
HasRoleId returns a boolean if a field has been set.
func (o *ApiRoleWithMembersByOwnerDTO) GetRoleName() string
GetRoleName returns the RoleName field if non-nil, zero value otherwise.
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.
func (o *ApiRoleWithMembersByOwnerDTO) SetRoleName(v string)
SetRoleName sets RoleName field to given value.
func (o *ApiRoleWithMembersByOwnerDTO) HasRoleName() bool
HasRoleName returns a boolean if a field has been set.