Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.5 KB

ApiOwnerDTO.md

File metadata and controls

134 lines (73 loc) · 3.5 KB

ApiOwnerDTO

Properties

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

Methods

NewApiOwnerDTO

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

NewApiOwnerDTOWithDefaults

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

GetOwnerId

func (o *ApiOwnerDTO) GetOwnerId() string

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

GetOwnerIdOk

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.

SetOwnerId

func (o *ApiOwnerDTO) SetOwnerId(v string)

SetOwnerId sets OwnerId field to given value.

HasOwnerId

func (o *ApiOwnerDTO) HasOwnerId() bool

HasOwnerId returns a boolean if a field has been set.

GetOwnerName

func (o *ApiOwnerDTO) GetOwnerName() string

GetOwnerName returns the OwnerName field if non-nil, zero value otherwise.

GetOwnerNameOk

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.

SetOwnerName

func (o *ApiOwnerDTO) SetOwnerName(v string)

SetOwnerName sets OwnerName field to given value.

HasOwnerName

func (o *ApiOwnerDTO) HasOwnerName() bool

HasOwnerName returns a boolean if a field has been set.

GetOwnerPublicId

func (o *ApiOwnerDTO) GetOwnerPublicId() string

GetOwnerPublicId returns the OwnerPublicId field if non-nil, zero value otherwise.

GetOwnerPublicIdOk

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.

SetOwnerPublicId

func (o *ApiOwnerDTO) SetOwnerPublicId(v string)

SetOwnerPublicId sets OwnerPublicId field to given value.

HasOwnerPublicId

func (o *ApiOwnerDTO) HasOwnerPublicId() bool

HasOwnerPublicId returns a boolean if a field has been set.

GetOwnerType

func (o *ApiOwnerDTO) GetOwnerType() string

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

GetOwnerTypeOk

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.

SetOwnerType

func (o *ApiOwnerDTO) SetOwnerType(v string)

SetOwnerType sets OwnerType field to given value.

HasOwnerType

func (o *ApiOwnerDTO) HasOwnerType() bool

HasOwnerType returns a boolean if a field has been set.

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