Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.6 KB

OutpostDefaultConfig.md

File metadata and controls

51 lines (28 loc) · 1.6 KB

OutpostDefaultConfig

Properties

Name Type Description Notes
Config map[string]interface{} [readonly]

Methods

NewOutpostDefaultConfig

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

NewOutpostDefaultConfigWithDefaults

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

GetConfig

func (o *OutpostDefaultConfig) GetConfig() map[string]interface{}

GetConfig returns the Config field if non-nil, zero value otherwise.

GetConfigOk

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.

SetConfig

func (o *OutpostDefaultConfig) SetConfig(v map[string]interface{})

SetConfig sets Config field to given value.

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