Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.2 KB

File metadata and controls

82 lines (45 loc) · 2.2 KB

ResourceOptions

Properties

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

Methods

NewResourceOptions

func NewResourceOptions() *ResourceOptions

NewResourceOptions instantiates a new ResourceOptions 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

NewResourceOptionsWithDefaults

func NewResourceOptionsWithDefaults() *ResourceOptions

NewResourceOptionsWithDefaults instantiates a new ResourceOptions 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 *ResourceOptions) GetApiVersion() string

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

GetApiVersionOk

func (o *ResourceOptions) 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 *ResourceOptions) SetApiVersion(v string)

SetApiVersion sets ApiVersion field to given value.

HasApiVersion

func (o *ResourceOptions) HasApiVersion() bool

HasApiVersion returns a boolean if a field has been set.

GetKind

func (o *ResourceOptions) GetKind() string

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

GetKindOk

func (o *ResourceOptions) 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 *ResourceOptions) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *ResourceOptions) HasKind() bool

HasKind returns a boolean if a field has been set.

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