Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.48 KB

ApiMemberDTO.md

File metadata and controls

134 lines (73 loc) · 3.48 KB

ApiMemberDTO

Properties

Name Type Description Notes
OwnerId Pointer to string [optional]
OwnerType Pointer to string [optional]
Type Pointer to string [optional]
UserOrGroupName Pointer to string [optional]

Methods

NewApiMemberDTO

func NewApiMemberDTO() *ApiMemberDTO

NewApiMemberDTO instantiates a new ApiMemberDTO 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

NewApiMemberDTOWithDefaults

func NewApiMemberDTOWithDefaults() *ApiMemberDTO

NewApiMemberDTOWithDefaults instantiates a new ApiMemberDTO 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

GetOwnerId

func (o *ApiMemberDTO) GetOwnerId() string

GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.

GetOwnerIdOk

func (o *ApiMemberDTO) GetOwnerIdOk() (*string, bool)

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

SetOwnerId

func (o *ApiMemberDTO) SetOwnerId(v string)

SetOwnerId sets OwnerId field to given value.

HasOwnerId

func (o *ApiMemberDTO) HasOwnerId() bool

HasOwnerId returns a boolean if a field has been set.

GetOwnerType

func (o *ApiMemberDTO) GetOwnerType() string

GetOwnerType returns the OwnerType field if non-nil, zero value otherwise.

GetOwnerTypeOk

func (o *ApiMemberDTO) GetOwnerTypeOk() (*string, bool)

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

SetOwnerType

func (o *ApiMemberDTO) SetOwnerType(v string)

SetOwnerType sets OwnerType field to given value.

HasOwnerType

func (o *ApiMemberDTO) HasOwnerType() bool

HasOwnerType returns a boolean if a field has been set.

GetType

func (o *ApiMemberDTO) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ApiMemberDTO) GetTypeOk() (*string, bool)

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

SetType

func (o *ApiMemberDTO) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ApiMemberDTO) HasType() bool

HasType returns a boolean if a field has been set.

GetUserOrGroupName

func (o *ApiMemberDTO) GetUserOrGroupName() string

GetUserOrGroupName returns the UserOrGroupName field if non-nil, zero value otherwise.

GetUserOrGroupNameOk

func (o *ApiMemberDTO) GetUserOrGroupNameOk() (*string, bool)

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

SetUserOrGroupName

func (o *ApiMemberDTO) SetUserOrGroupName(v string)

SetUserOrGroupName sets UserOrGroupName field to given value.

HasUserOrGroupName

func (o *ApiMemberDTO) HasUserOrGroupName() bool

HasUserOrGroupName returns a boolean if a field has been set.

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