Name | Type | Description | Notes |
---|---|---|---|
ConfigBody | Pointer to string | [optional] | |
Ophid | Pointer to string | [optional] | |
Version | Pointer to string | [optional] |
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
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
func (o *ServiceConfigObject) GetConfigBody() string
GetConfigBody returns the ConfigBody field if non-nil, zero value otherwise.
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.
func (o *ServiceConfigObject) SetConfigBody(v string)
SetConfigBody sets ConfigBody field to given value.
func (o *ServiceConfigObject) HasConfigBody() bool
HasConfigBody returns a boolean if a field has been set.
func (o *ServiceConfigObject) GetOphid() string
GetOphid returns the Ophid field if non-nil, zero value otherwise.
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.
func (o *ServiceConfigObject) SetOphid(v string)
SetOphid sets Ophid field to given value.
func (o *ServiceConfigObject) HasOphid() bool
HasOphid returns a boolean if a field has been set.
func (o *ServiceConfigObject) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *ServiceConfigObject) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ServiceConfigObject) HasVersion() bool
HasVersion returns a boolean if a field has been set.