Name | Type | Description | Notes |
---|---|---|---|
Config | map[string]interface{} | [readonly] |
func NewOutpostDefaultConfig(config map[string]interface{}, ) *OutpostDefaultConfig
NewOutpostDefaultConfig instantiates a new OutpostDefaultConfig 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 NewOutpostDefaultConfigWithDefaults() *OutpostDefaultConfig
NewOutpostDefaultConfigWithDefaults instantiates a new OutpostDefaultConfig 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 *OutpostDefaultConfig) GetConfig() map[string]interface{}
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *OutpostDefaultConfig) GetConfigOk() (*map[string]interface{}, bool)
GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutpostDefaultConfig) SetConfig(v map[string]interface{})
SetConfig sets Config field to given value.