| Name | Type | Description | Notes |
|---|---|---|---|
| Config | map[string]interface{} | ||
| Tags | Pointer to []string | Tags to associate with the configuration | [optional] |
| Name | Pointer to string | Name to identify the configuration | [optional] |
func NewFlagImportConfigurationPost(config map[string]interface{}, ) *FlagImportConfigurationPost
NewFlagImportConfigurationPost instantiates a new FlagImportConfigurationPost 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 NewFlagImportConfigurationPostWithDefaults() *FlagImportConfigurationPost
NewFlagImportConfigurationPostWithDefaults instantiates a new FlagImportConfigurationPost 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 *FlagImportConfigurationPost) GetConfig() map[string]interface{}
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *FlagImportConfigurationPost) 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 *FlagImportConfigurationPost) SetConfig(v map[string]interface{})
SetConfig sets Config field to given value.
func (o *FlagImportConfigurationPost) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *FlagImportConfigurationPost) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagImportConfigurationPost) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *FlagImportConfigurationPost) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *FlagImportConfigurationPost) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FlagImportConfigurationPost) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagImportConfigurationPost) SetName(v string)
SetName sets Name field to given value.
func (o *FlagImportConfigurationPost) HasName() bool
HasName returns a boolean if a field has been set.