Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 2.83 KB

ApiInfoResource.md

File metadata and controls

102 lines (57 loc) · 2.83 KB

ApiInfoResource

Properties

Name Type Description Notes
Current Pointer to NullableString [optional]
Deprecated Pointer to []string [optional]

Methods

NewApiInfoResource

func NewApiInfoResource() *ApiInfoResource

NewApiInfoResource instantiates a new ApiInfoResource 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

NewApiInfoResourceWithDefaults

func NewApiInfoResourceWithDefaults() *ApiInfoResource

NewApiInfoResourceWithDefaults instantiates a new ApiInfoResource 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

GetCurrent

func (o *ApiInfoResource) GetCurrent() string

GetCurrent returns the Current field if non-nil, zero value otherwise.

GetCurrentOk

func (o *ApiInfoResource) GetCurrentOk() (*string, bool)

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

SetCurrent

func (o *ApiInfoResource) SetCurrent(v string)

SetCurrent sets Current field to given value.

HasCurrent

func (o *ApiInfoResource) HasCurrent() bool

HasCurrent returns a boolean if a field has been set.

SetCurrentNil

func (o *ApiInfoResource) SetCurrentNil(b bool)

SetCurrentNil sets the value for Current to be an explicit nil

UnsetCurrent

func (o *ApiInfoResource) UnsetCurrent()

UnsetCurrent ensures that no value is present for Current, not even an explicit nil

GetDeprecated

func (o *ApiInfoResource) GetDeprecated() []string

GetDeprecated returns the Deprecated field if non-nil, zero value otherwise.

GetDeprecatedOk

func (o *ApiInfoResource) GetDeprecatedOk() (*[]string, bool)

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

SetDeprecated

func (o *ApiInfoResource) SetDeprecated(v []string)

SetDeprecated sets Deprecated field to given value.

HasDeprecated

func (o *ApiInfoResource) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

SetDeprecatedNil

func (o *ApiInfoResource) SetDeprecatedNil(b bool)

SetDeprecatedNil sets the value for Deprecated to be an explicit nil

UnsetDeprecated

func (o *ApiInfoResource) UnsetDeprecated()

UnsetDeprecated ensures that no value is present for Deprecated, not even an explicit nil

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