Name | Type | Description | Notes |
---|---|---|---|
AdditionalTags | map[string]string | Additional tags | |
ExporterUuid | string | Exporter uuid | [readonly] |
func NewUniverseLogsExporterConfig(additionalTags map[string]string, exporterUuid string, ) *UniverseLogsExporterConfig
NewUniverseLogsExporterConfig instantiates a new UniverseLogsExporterConfig 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 NewUniverseLogsExporterConfigWithDefaults() *UniverseLogsExporterConfig
NewUniverseLogsExporterConfigWithDefaults instantiates a new UniverseLogsExporterConfig 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 *UniverseLogsExporterConfig) GetAdditionalTags() map[string]string
GetAdditionalTags returns the AdditionalTags field if non-nil, zero value otherwise.
func (o *UniverseLogsExporterConfig) GetAdditionalTagsOk() (*map[string]string, bool)
GetAdditionalTagsOk returns a tuple with the AdditionalTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseLogsExporterConfig) SetAdditionalTags(v map[string]string)
SetAdditionalTags sets AdditionalTags field to given value.
func (o *UniverseLogsExporterConfig) GetExporterUuid() string
GetExporterUuid returns the ExporterUuid field if non-nil, zero value otherwise.
func (o *UniverseLogsExporterConfig) GetExporterUuidOk() (*string, bool)
GetExporterUuidOk returns a tuple with the ExporterUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseLogsExporterConfig) SetExporterUuid(v string)
SetExporterUuid sets ExporterUuid field to given value.