Name | Type | Description | Notes |
---|---|---|---|
OwnerId | Pointer to string | [optional] | |
OwnerType | Pointer to string | [optional] | |
Type | Pointer to string | [optional] | |
UserOrGroupName | Pointer to string | [optional] |
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
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
func (o *ApiMemberDTO) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
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.
func (o *ApiMemberDTO) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *ApiMemberDTO) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.
func (o *ApiMemberDTO) GetOwnerType() string
GetOwnerType returns the OwnerType field if non-nil, zero value otherwise.
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.
func (o *ApiMemberDTO) SetOwnerType(v string)
SetOwnerType sets OwnerType field to given value.
func (o *ApiMemberDTO) HasOwnerType() bool
HasOwnerType returns a boolean if a field has been set.
func (o *ApiMemberDTO) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *ApiMemberDTO) SetType(v string)
SetType sets Type field to given value.
func (o *ApiMemberDTO) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ApiMemberDTO) GetUserOrGroupName() string
GetUserOrGroupName returns the UserOrGroupName field if non-nil, zero value otherwise.
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.
func (o *ApiMemberDTO) SetUserOrGroupName(v string)
SetUserOrGroupName sets UserOrGroupName field to given value.
func (o *ApiMemberDTO) HasUserOrGroupName() bool
HasUserOrGroupName returns a boolean if a field has been set.