Name | Type | Description | Notes |
---|---|---|---|
TargetLogzIoProtocol | Pointer to string | [optional] | |
TargetLogzIoToken | Pointer to string | [optional] |
func NewLogzIoLogForwardingConfig() *LogzIoLogForwardingConfig
NewLogzIoLogForwardingConfig instantiates a new LogzIoLogForwardingConfig 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 NewLogzIoLogForwardingConfigWithDefaults() *LogzIoLogForwardingConfig
NewLogzIoLogForwardingConfigWithDefaults instantiates a new LogzIoLogForwardingConfig 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 *LogzIoLogForwardingConfig) GetTargetLogzIoProtocol() string
GetTargetLogzIoProtocol returns the TargetLogzIoProtocol field if non-nil, zero value otherwise.
func (o *LogzIoLogForwardingConfig) GetTargetLogzIoProtocolOk() (*string, bool)
GetTargetLogzIoProtocolOk returns a tuple with the TargetLogzIoProtocol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogzIoLogForwardingConfig) SetTargetLogzIoProtocol(v string)
SetTargetLogzIoProtocol sets TargetLogzIoProtocol field to given value.
func (o *LogzIoLogForwardingConfig) HasTargetLogzIoProtocol() bool
HasTargetLogzIoProtocol returns a boolean if a field has been set.
func (o *LogzIoLogForwardingConfig) GetTargetLogzIoToken() string
GetTargetLogzIoToken returns the TargetLogzIoToken field if non-nil, zero value otherwise.
func (o *LogzIoLogForwardingConfig) GetTargetLogzIoTokenOk() (*string, bool)
GetTargetLogzIoTokenOk returns a tuple with the TargetLogzIoToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogzIoLogForwardingConfig) SetTargetLogzIoToken(v string)
SetTargetLogzIoToken sets TargetLogzIoToken field to given value.
func (o *LogzIoLogForwardingConfig) HasTargetLogzIoToken() bool
HasTargetLogzIoToken returns a boolean if a field has been set.