Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.74 KB

LogzIoLogForwardingConfig.md

File metadata and controls

82 lines (45 loc) · 2.74 KB

LogzIoLogForwardingConfig

Properties

Name Type Description Notes
TargetLogzIoProtocol Pointer to string [optional]
TargetLogzIoToken Pointer to string [optional]

Methods

NewLogzIoLogForwardingConfig

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

NewLogzIoLogForwardingConfigWithDefaults

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

GetTargetLogzIoProtocol

func (o *LogzIoLogForwardingConfig) GetTargetLogzIoProtocol() string

GetTargetLogzIoProtocol returns the TargetLogzIoProtocol field if non-nil, zero value otherwise.

GetTargetLogzIoProtocolOk

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.

SetTargetLogzIoProtocol

func (o *LogzIoLogForwardingConfig) SetTargetLogzIoProtocol(v string)

SetTargetLogzIoProtocol sets TargetLogzIoProtocol field to given value.

HasTargetLogzIoProtocol

func (o *LogzIoLogForwardingConfig) HasTargetLogzIoProtocol() bool

HasTargetLogzIoProtocol returns a boolean if a field has been set.

GetTargetLogzIoToken

func (o *LogzIoLogForwardingConfig) GetTargetLogzIoToken() string

GetTargetLogzIoToken returns the TargetLogzIoToken field if non-nil, zero value otherwise.

GetTargetLogzIoTokenOk

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.

SetTargetLogzIoToken

func (o *LogzIoLogForwardingConfig) SetTargetLogzIoToken(v string)

SetTargetLogzIoToken sets TargetLogzIoToken field to given value.

HasTargetLogzIoToken

func (o *LogzIoLogForwardingConfig) HasTargetLogzIoToken() bool

HasTargetLogzIoToken returns a boolean if a field has been set.

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