Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.4 KB

UniverseLogsExporterConfig.md

File metadata and controls

72 lines (39 loc) · 2.4 KB

UniverseLogsExporterConfig

Properties

Name Type Description Notes
AdditionalTags map[string]string Additional tags
ExporterUuid string Exporter uuid [readonly]

Methods

NewUniverseLogsExporterConfig

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

NewUniverseLogsExporterConfigWithDefaults

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

GetAdditionalTags

func (o *UniverseLogsExporterConfig) GetAdditionalTags() map[string]string

GetAdditionalTags returns the AdditionalTags field if non-nil, zero value otherwise.

GetAdditionalTagsOk

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.

SetAdditionalTags

func (o *UniverseLogsExporterConfig) SetAdditionalTags(v map[string]string)

SetAdditionalTags sets AdditionalTags field to given value.

GetExporterUuid

func (o *UniverseLogsExporterConfig) GetExporterUuid() string

GetExporterUuid returns the ExporterUuid field if non-nil, zero value otherwise.

GetExporterUuidOk

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.

SetExporterUuid

func (o *UniverseLogsExporterConfig) SetExporterUuid(v string)

SetExporterUuid sets ExporterUuid field to given value.

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