| Name | Type | Description | Notes |
|---|---|---|---|
| SumoLogicEndpoint | Pointer to string | [optional] | |
| SumoLogicHost | Pointer to string | [optional] | |
| SumoLogicTags | Pointer to string | [optional] |
func NewSumologicLogForwardingConfig() *SumologicLogForwardingConfig
NewSumologicLogForwardingConfig instantiates a new SumologicLogForwardingConfig 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 NewSumologicLogForwardingConfigWithDefaults() *SumologicLogForwardingConfig
NewSumologicLogForwardingConfigWithDefaults instantiates a new SumologicLogForwardingConfig 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 *SumologicLogForwardingConfig) GetSumoLogicEndpoint() string
GetSumoLogicEndpoint returns the SumoLogicEndpoint field if non-nil, zero value otherwise.
func (o *SumologicLogForwardingConfig) GetSumoLogicEndpointOk() (*string, bool)
GetSumoLogicEndpointOk returns a tuple with the SumoLogicEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SumologicLogForwardingConfig) SetSumoLogicEndpoint(v string)
SetSumoLogicEndpoint sets SumoLogicEndpoint field to given value.
func (o *SumologicLogForwardingConfig) HasSumoLogicEndpoint() bool
HasSumoLogicEndpoint returns a boolean if a field has been set.
func (o *SumologicLogForwardingConfig) GetSumoLogicHost() string
GetSumoLogicHost returns the SumoLogicHost field if non-nil, zero value otherwise.
func (o *SumologicLogForwardingConfig) GetSumoLogicHostOk() (*string, bool)
GetSumoLogicHostOk returns a tuple with the SumoLogicHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SumologicLogForwardingConfig) SetSumoLogicHost(v string)
SetSumoLogicHost sets SumoLogicHost field to given value.
func (o *SumologicLogForwardingConfig) HasSumoLogicHost() bool
HasSumoLogicHost returns a boolean if a field has been set.
func (o *SumologicLogForwardingConfig) GetSumoLogicTags() string
GetSumoLogicTags returns the SumoLogicTags field if non-nil, zero value otherwise.
func (o *SumologicLogForwardingConfig) GetSumoLogicTagsOk() (*string, bool)
GetSumoLogicTagsOk returns a tuple with the SumoLogicTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SumologicLogForwardingConfig) SetSumoLogicTags(v string)
SetSumoLogicTags sets SumoLogicTags field to given value.
func (o *SumologicLogForwardingConfig) HasSumoLogicTags() bool
HasSumoLogicTags returns a boolean if a field has been set.