Name | Type | Description | Notes |
---|---|---|---|
Current | Pointer to NullableString | [optional] | |
Deprecated | Pointer to []string | [optional] |
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
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
func (o *ApiInfoResource) GetCurrent() string
GetCurrent returns the Current field if non-nil, zero value otherwise.
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.
func (o *ApiInfoResource) SetCurrent(v string)
SetCurrent sets Current field to given value.
func (o *ApiInfoResource) HasCurrent() bool
HasCurrent returns a boolean if a field has been set.
func (o *ApiInfoResource) SetCurrentNil(b bool)
SetCurrentNil sets the value for Current to be an explicit nil
func (o *ApiInfoResource) UnsetCurrent()
UnsetCurrent ensures that no value is present for Current, not even an explicit nil
func (o *ApiInfoResource) GetDeprecated() []string
GetDeprecated returns the Deprecated field if non-nil, zero value otherwise.
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.
func (o *ApiInfoResource) SetDeprecated(v []string)
SetDeprecated sets Deprecated field to given value.
func (o *ApiInfoResource) HasDeprecated() bool
HasDeprecated returns a boolean if a field has been set.
func (o *ApiInfoResource) SetDeprecatedNil(b bool)
SetDeprecatedNil sets the value for Deprecated to be an explicit nil
func (o *ApiInfoResource) UnsetDeprecated()
UnsetDeprecated ensures that no value is present for Deprecated, not even an explicit nil