Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.27 KB

File metadata and controls

134 lines (73 loc) · 3.27 KB

Partner

Properties

Name Type Description Notes
ApiVersion Pointer to string [optional]
Kind Pointer to string [optional]
Metadata Pointer to Metadata [optional]
Spec Pointer to PartnerSpec [optional]

Methods

NewPartner

func NewPartner() *Partner

NewPartner instantiates a new Partner 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

NewPartnerWithDefaults

func NewPartnerWithDefaults() *Partner

NewPartnerWithDefaults instantiates a new Partner 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

GetApiVersion

func (o *Partner) GetApiVersion() string

GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.

GetApiVersionOk

func (o *Partner) GetApiVersionOk() (*string, bool)

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

SetApiVersion

func (o *Partner) SetApiVersion(v string)

SetApiVersion sets ApiVersion field to given value.

HasApiVersion

func (o *Partner) HasApiVersion() bool

HasApiVersion returns a boolean if a field has been set.

GetKind

func (o *Partner) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

func (o *Partner) GetKindOk() (*string, bool)

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

SetKind

func (o *Partner) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *Partner) HasKind() bool

HasKind returns a boolean if a field has been set.

GetMetadata

func (o *Partner) GetMetadata() Metadata

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *Partner) GetMetadataOk() (*Metadata, bool)

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

SetMetadata

func (o *Partner) SetMetadata(v Metadata)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *Partner) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetSpec

func (o *Partner) GetSpec() PartnerSpec

GetSpec returns the Spec field if non-nil, zero value otherwise.

GetSpecOk

func (o *Partner) GetSpecOk() (*PartnerSpec, bool)

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

SetSpec

func (o *Partner) SetSpec(v PartnerSpec)

SetSpec sets Spec field to given value.

HasSpec

func (o *Partner) HasSpec() bool

HasSpec returns a boolean if a field has been set.

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