Name | Type | Description | Notes |
---|---|---|---|
DatadogApiKey | Pointer to string | [optional] | |
DatadogHost | Pointer to string | [optional] | |
DatadogLogService | Pointer to string | [optional] | |
DatadogLogSource | Pointer to string | [optional] | |
DatadogLogTags | Pointer to string | [optional] |
func NewDatadogForwardingConfig() *DatadogForwardingConfig
NewDatadogForwardingConfig instantiates a new DatadogForwardingConfig 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 NewDatadogForwardingConfigWithDefaults() *DatadogForwardingConfig
NewDatadogForwardingConfigWithDefaults instantiates a new DatadogForwardingConfig 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 *DatadogForwardingConfig) GetDatadogApiKey() string
GetDatadogApiKey returns the DatadogApiKey field if non-nil, zero value otherwise.
func (o *DatadogForwardingConfig) GetDatadogApiKeyOk() (*string, bool)
GetDatadogApiKeyOk returns a tuple with the DatadogApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatadogForwardingConfig) SetDatadogApiKey(v string)
SetDatadogApiKey sets DatadogApiKey field to given value.
func (o *DatadogForwardingConfig) HasDatadogApiKey() bool
HasDatadogApiKey returns a boolean if a field has been set.
func (o *DatadogForwardingConfig) GetDatadogHost() string
GetDatadogHost returns the DatadogHost field if non-nil, zero value otherwise.
func (o *DatadogForwardingConfig) GetDatadogHostOk() (*string, bool)
GetDatadogHostOk returns a tuple with the DatadogHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatadogForwardingConfig) SetDatadogHost(v string)
SetDatadogHost sets DatadogHost field to given value.
func (o *DatadogForwardingConfig) HasDatadogHost() bool
HasDatadogHost returns a boolean if a field has been set.
func (o *DatadogForwardingConfig) GetDatadogLogService() string
GetDatadogLogService returns the DatadogLogService field if non-nil, zero value otherwise.
func (o *DatadogForwardingConfig) GetDatadogLogServiceOk() (*string, bool)
GetDatadogLogServiceOk returns a tuple with the DatadogLogService field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatadogForwardingConfig) SetDatadogLogService(v string)
SetDatadogLogService sets DatadogLogService field to given value.
func (o *DatadogForwardingConfig) HasDatadogLogService() bool
HasDatadogLogService returns a boolean if a field has been set.
func (o *DatadogForwardingConfig) GetDatadogLogSource() string
GetDatadogLogSource returns the DatadogLogSource field if non-nil, zero value otherwise.
func (o *DatadogForwardingConfig) GetDatadogLogSourceOk() (*string, bool)
GetDatadogLogSourceOk returns a tuple with the DatadogLogSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatadogForwardingConfig) SetDatadogLogSource(v string)
SetDatadogLogSource sets DatadogLogSource field to given value.
func (o *DatadogForwardingConfig) HasDatadogLogSource() bool
HasDatadogLogSource returns a boolean if a field has been set.
func (o *DatadogForwardingConfig) GetDatadogLogTags() string
GetDatadogLogTags returns the DatadogLogTags field if non-nil, zero value otherwise.
func (o *DatadogForwardingConfig) GetDatadogLogTagsOk() (*string, bool)
GetDatadogLogTagsOk returns a tuple with the DatadogLogTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatadogForwardingConfig) SetDatadogLogTags(v string)
SetDatadogLogTags sets DatadogLogTags field to given value.
func (o *DatadogForwardingConfig) HasDatadogLogTags() bool
HasDatadogLogTags returns a boolean if a field has been set.