Name | Type | Description | Notes |
---|---|---|---|
OwnerId | Pointer to string | [optional] | |
OwnerName | Pointer to string | [optional] | |
OwnerPublicId | Pointer to string | [optional] | |
OwnerType | Pointer to string | [optional] |
func NewApiOwnerDTO() *ApiOwnerDTO
NewApiOwnerDTO instantiates a new ApiOwnerDTO 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 NewApiOwnerDTOWithDefaults() *ApiOwnerDTO
NewApiOwnerDTOWithDefaults instantiates a new ApiOwnerDTO 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 *ApiOwnerDTO) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
func (o *ApiOwnerDTO) 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 *ApiOwnerDTO) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *ApiOwnerDTO) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.
func (o *ApiOwnerDTO) GetOwnerName() string
GetOwnerName returns the OwnerName field if non-nil, zero value otherwise.
func (o *ApiOwnerDTO) GetOwnerNameOk() (*string, bool)
GetOwnerNameOk returns a tuple with the OwnerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiOwnerDTO) SetOwnerName(v string)
SetOwnerName sets OwnerName field to given value.
func (o *ApiOwnerDTO) HasOwnerName() bool
HasOwnerName returns a boolean if a field has been set.
func (o *ApiOwnerDTO) GetOwnerPublicId() string
GetOwnerPublicId returns the OwnerPublicId field if non-nil, zero value otherwise.
func (o *ApiOwnerDTO) GetOwnerPublicIdOk() (*string, bool)
GetOwnerPublicIdOk returns a tuple with the OwnerPublicId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiOwnerDTO) SetOwnerPublicId(v string)
SetOwnerPublicId sets OwnerPublicId field to given value.
func (o *ApiOwnerDTO) HasOwnerPublicId() bool
HasOwnerPublicId returns a boolean if a field has been set.
func (o *ApiOwnerDTO) GetOwnerType() string
GetOwnerType returns the OwnerType field if non-nil, zero value otherwise.
func (o *ApiOwnerDTO) 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 *ApiOwnerDTO) SetOwnerType(v string)
SetOwnerType sets OwnerType field to given value.
func (o *ApiOwnerDTO) HasOwnerType() bool
HasOwnerType returns a boolean if a field has been set.