Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.66 KB

File metadata and controls

160 lines (87 loc) · 4.66 KB

LogForwarderLogglyConnectionType

Properties

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]

Methods

NewLogForwarderLogglyConnectionType

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

NewLogForwarderLogglyConnectionTypeWithDefaults

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

GetSampleRate

func (o *LogForwarderLogglyConnectionType) GetSampleRate() int32

GetSampleRate returns the SampleRate field if non-nil, zero value otherwise.

GetSampleRateOk

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.

SetSampleRate

func (o *LogForwarderLogglyConnectionType) SetSampleRate(v int32)

SetSampleRate sets SampleRate field to given value.

HasSampleRate

func (o *LogForwarderLogglyConnectionType) HasSampleRate() bool

HasSampleRate returns a boolean if a field has been set.

GetToken

func (o *LogForwarderLogglyConnectionType) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

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.

SetToken

func (o *LogForwarderLogglyConnectionType) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *LogForwarderLogglyConnectionType) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUrl

func (o *LogForwarderLogglyConnectionType) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *LogForwarderLogglyConnectionType) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *LogForwarderLogglyConnectionType) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetFlushInterval

func (o *LogForwarderLogglyConnectionType) GetFlushInterval() int32

GetFlushInterval returns the FlushInterval field if non-nil, zero value otherwise.

GetFlushIntervalOk

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.

SetFlushInterval

func (o *LogForwarderLogglyConnectionType) SetFlushInterval(v int32)

SetFlushInterval sets FlushInterval field to given value.

HasFlushInterval

func (o *LogForwarderLogglyConnectionType) HasFlushInterval() bool

HasFlushInterval returns a boolean if a field has been set.

GetBufferSize

func (o *LogForwarderLogglyConnectionType) GetBufferSize() int32

GetBufferSize returns the BufferSize field if non-nil, zero value otherwise.

GetBufferSizeOk

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.

SetBufferSize

func (o *LogForwarderLogglyConnectionType) SetBufferSize(v int32)

SetBufferSize sets BufferSize field to given value.

HasBufferSize

func (o *LogForwarderLogglyConnectionType) HasBufferSize() bool

HasBufferSize returns a boolean if a field has been set.

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