| Name | Type | Description | Notes |
|---|---|---|---|
| Raw | Pointer to string | [optional] |
func NewConfigObject() *ConfigObject
NewConfigObject instantiates a new ConfigObject 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 NewConfigObjectWithDefaults() *ConfigObject
NewConfigObjectWithDefaults instantiates a new ConfigObject 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 *ConfigObject) GetRaw() string
GetRaw returns the Raw field if non-nil, zero value otherwise.
func (o *ConfigObject) GetRawOk() (*string, bool)
GetRawOk returns a tuple with the Raw field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigObject) SetRaw(v string)
SetRaw sets Raw field to given value.
func (o *ConfigObject) HasRaw() bool
HasRaw returns a boolean if a field has been set.