Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.2 KB

RestResourceStatusRestResponse.md

File metadata and controls

108 lines (59 loc) · 3.2 KB

RestResourceStatusRestResponse

Properties

Name Type Description Notes
Status Pointer to string Status [optional]
Version Pointer to string Resource version [optional]
Revision Pointer to string Application revision [optional]

Methods

NewRestResourceStatusRestResponse

func NewRestResourceStatusRestResponse() *RestResourceStatusRestResponse

NewRestResourceStatusRestResponse instantiates a new RestResourceStatusRestResponse 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

NewRestResourceStatusRestResponseWithDefaults

func NewRestResourceStatusRestResponseWithDefaults() *RestResourceStatusRestResponse

NewRestResourceStatusRestResponseWithDefaults instantiates a new RestResourceStatusRestResponse 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

GetStatus

func (o *RestResourceStatusRestResponse) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *RestResourceStatusRestResponse) GetStatusOk() (*string, bool)

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

SetStatus

func (o *RestResourceStatusRestResponse) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *RestResourceStatusRestResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetVersion

func (o *RestResourceStatusRestResponse) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *RestResourceStatusRestResponse) GetVersionOk() (*string, bool)

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

SetVersion

func (o *RestResourceStatusRestResponse) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *RestResourceStatusRestResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetRevision

func (o *RestResourceStatusRestResponse) GetRevision() string

GetRevision returns the Revision field if non-nil, zero value otherwise.

GetRevisionOk

func (o *RestResourceStatusRestResponse) GetRevisionOk() (*string, bool)

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

SetRevision

func (o *RestResourceStatusRestResponse) SetRevision(v string)

SetRevision sets Revision field to given value.

HasRevision

func (o *RestResourceStatusRestResponse) HasRevision() bool

HasRevision returns a boolean if a field has been set.

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