Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.41 KB

PostInstancePluginRequest.md

File metadata and controls

82 lines (45 loc) · 2.41 KB

PostInstancePluginRequest

Properties

Name Type Description Notes
NoRestart Pointer to bool [optional]
Version Pointer to string [optional]

Methods

NewPostInstancePluginRequest

func NewPostInstancePluginRequest() *PostInstancePluginRequest

NewPostInstancePluginRequest instantiates a new PostInstancePluginRequest 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

NewPostInstancePluginRequestWithDefaults

func NewPostInstancePluginRequestWithDefaults() *PostInstancePluginRequest

NewPostInstancePluginRequestWithDefaults instantiates a new PostInstancePluginRequest 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

GetNoRestart

func (o *PostInstancePluginRequest) GetNoRestart() bool

GetNoRestart returns the NoRestart field if non-nil, zero value otherwise.

GetNoRestartOk

func (o *PostInstancePluginRequest) GetNoRestartOk() (*bool, bool)

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

SetNoRestart

func (o *PostInstancePluginRequest) SetNoRestart(v bool)

SetNoRestart sets NoRestart field to given value.

HasNoRestart

func (o *PostInstancePluginRequest) HasNoRestart() bool

HasNoRestart returns a boolean if a field has been set.

GetVersion

func (o *PostInstancePluginRequest) GetVersion() string

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

GetVersionOk

func (o *PostInstancePluginRequest) 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 *PostInstancePluginRequest) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *PostInstancePluginRequest) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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