Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.93 KB

ServiceConfigObject.md

File metadata and controls

108 lines (59 loc) · 2.93 KB

ServiceConfigObject

Properties

Name Type Description Notes
ConfigBody Pointer to string [optional]
Ophid Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewServiceConfigObject

func NewServiceConfigObject() *ServiceConfigObject

NewServiceConfigObject instantiates a new ServiceConfigObject 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

NewServiceConfigObjectWithDefaults

func NewServiceConfigObjectWithDefaults() *ServiceConfigObject

NewServiceConfigObjectWithDefaults instantiates a new ServiceConfigObject 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

GetConfigBody

func (o *ServiceConfigObject) GetConfigBody() string

GetConfigBody returns the ConfigBody field if non-nil, zero value otherwise.

GetConfigBodyOk

func (o *ServiceConfigObject) GetConfigBodyOk() (*string, bool)

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

SetConfigBody

func (o *ServiceConfigObject) SetConfigBody(v string)

SetConfigBody sets ConfigBody field to given value.

HasConfigBody

func (o *ServiceConfigObject) HasConfigBody() bool

HasConfigBody returns a boolean if a field has been set.

GetOphid

func (o *ServiceConfigObject) GetOphid() string

GetOphid returns the Ophid field if non-nil, zero value otherwise.

GetOphidOk

func (o *ServiceConfigObject) GetOphidOk() (*string, bool)

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

SetOphid

func (o *ServiceConfigObject) SetOphid(v string)

SetOphid sets Ophid field to given value.

HasOphid

func (o *ServiceConfigObject) HasOphid() bool

HasOphid returns a boolean if a field has been set.

GetVersion

func (o *ServiceConfigObject) GetVersion() string

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

GetVersionOk

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

SetVersion sets Version field to given value.

HasVersion

func (o *ServiceConfigObject) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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