| Name | Type | Description | Notes |
|---|---|---|---|
| SampleRate | Pointer to int32 | [optional] | |
| Token | Pointer to string | [optional] | |
| Url | Pointer to string | [optional] | |
| FlushInterval | Pointer to int32 | [optional] | |
| BufferSize | Pointer to int32 | [optional] |
func NewLogForwarderLogglyConnectionType() *LogForwarderLogglyConnectionType
NewLogForwarderLogglyConnectionType instantiates a new LogForwarderLogglyConnectionType 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 NewLogForwarderLogglyConnectionTypeWithDefaults() *LogForwarderLogglyConnectionType
NewLogForwarderLogglyConnectionTypeWithDefaults instantiates a new LogForwarderLogglyConnectionType 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 *LogForwarderLogglyConnectionType) GetSampleRate() int32
GetSampleRate returns the SampleRate field if non-nil, zero value otherwise.
func (o *LogForwarderLogglyConnectionType) GetSampleRateOk() (*int32, bool)
GetSampleRateOk returns a tuple with the SampleRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderLogglyConnectionType) SetSampleRate(v int32)
SetSampleRate sets SampleRate field to given value.
func (o *LogForwarderLogglyConnectionType) HasSampleRate() bool
HasSampleRate returns a boolean if a field has been set.
func (o *LogForwarderLogglyConnectionType) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *LogForwarderLogglyConnectionType) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderLogglyConnectionType) SetToken(v string)
SetToken sets Token field to given value.
func (o *LogForwarderLogglyConnectionType) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *LogForwarderLogglyConnectionType) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *LogForwarderLogglyConnectionType) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderLogglyConnectionType) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *LogForwarderLogglyConnectionType) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *LogForwarderLogglyConnectionType) GetFlushInterval() int32
GetFlushInterval returns the FlushInterval field if non-nil, zero value otherwise.
func (o *LogForwarderLogglyConnectionType) GetFlushIntervalOk() (*int32, bool)
GetFlushIntervalOk returns a tuple with the FlushInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderLogglyConnectionType) SetFlushInterval(v int32)
SetFlushInterval sets FlushInterval field to given value.
func (o *LogForwarderLogglyConnectionType) HasFlushInterval() bool
HasFlushInterval returns a boolean if a field has been set.
func (o *LogForwarderLogglyConnectionType) GetBufferSize() int32
GetBufferSize returns the BufferSize field if non-nil, zero value otherwise.
func (o *LogForwarderLogglyConnectionType) GetBufferSizeOk() (*int32, bool)
GetBufferSizeOk returns a tuple with the BufferSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogForwarderLogglyConnectionType) SetBufferSize(v int32)
SetBufferSize sets BufferSize field to given value.
func (o *LogForwarderLogglyConnectionType) HasBufferSize() bool
HasBufferSize returns a boolean if a field has been set.