Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 6.28 KB

LogForwarderGeneric.md

File metadata and controls

238 lines (129 loc) · 6.28 KB

LogForwarderGeneric

Properties

Name Type Description Notes
Id Pointer to string [optional] [readonly]
Name Pointer to string [optional]
Description Pointer to string [optional]
Type Pointer to string [optional]
ConnectionType Pointer to string [optional]
DataFormat Pointer to map[string]interface{} [optional]
Settings Pointer to map[string]interface{} [optional]
Status Pointer to bool [optional]

Methods

NewLogForwarderGeneric

func NewLogForwarderGeneric() *LogForwarderGeneric

NewLogForwarderGeneric instantiates a new LogForwarderGeneric 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

NewLogForwarderGenericWithDefaults

func NewLogForwarderGenericWithDefaults() *LogForwarderGeneric

NewLogForwarderGenericWithDefaults instantiates a new LogForwarderGeneric 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

GetId

func (o *LogForwarderGeneric) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *LogForwarderGeneric) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *LogForwarderGeneric) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *LogForwarderGeneric) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *LogForwarderGeneric) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *LogForwarderGeneric) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *LogForwarderGeneric) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *LogForwarderGeneric) HasName() bool

HasName returns a boolean if a field has been set.

GetDescription

func (o *LogForwarderGeneric) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *LogForwarderGeneric) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *LogForwarderGeneric) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *LogForwarderGeneric) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetType

func (o *LogForwarderGeneric) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *LogForwarderGeneric) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *LogForwarderGeneric) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *LogForwarderGeneric) HasType() bool

HasType returns a boolean if a field has been set.

GetConnectionType

func (o *LogForwarderGeneric) GetConnectionType() string

GetConnectionType returns the ConnectionType field if non-nil, zero value otherwise.

GetConnectionTypeOk

func (o *LogForwarderGeneric) GetConnectionTypeOk() (*string, bool)

GetConnectionTypeOk returns a tuple with the ConnectionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConnectionType

func (o *LogForwarderGeneric) SetConnectionType(v string)

SetConnectionType sets ConnectionType field to given value.

HasConnectionType

func (o *LogForwarderGeneric) HasConnectionType() bool

HasConnectionType returns a boolean if a field has been set.

GetDataFormat

func (o *LogForwarderGeneric) GetDataFormat() map[string]interface{}

GetDataFormat returns the DataFormat field if non-nil, zero value otherwise.

GetDataFormatOk

func (o *LogForwarderGeneric) GetDataFormatOk() (*map[string]interface{}, bool)

GetDataFormatOk returns a tuple with the DataFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDataFormat

func (o *LogForwarderGeneric) SetDataFormat(v map[string]interface{})

SetDataFormat sets DataFormat field to given value.

HasDataFormat

func (o *LogForwarderGeneric) HasDataFormat() bool

HasDataFormat returns a boolean if a field has been set.

GetSettings

func (o *LogForwarderGeneric) GetSettings() map[string]interface{}

GetSettings returns the Settings field if non-nil, zero value otherwise.

GetSettingsOk

func (o *LogForwarderGeneric) GetSettingsOk() (*map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSettings

func (o *LogForwarderGeneric) SetSettings(v map[string]interface{})

SetSettings sets Settings field to given value.

HasSettings

func (o *LogForwarderGeneric) HasSettings() bool

HasSettings returns a boolean if a field has been set.

GetStatus

func (o *LogForwarderGeneric) GetStatus() bool

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *LogForwarderGeneric) GetStatusOk() (*bool, bool)

GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatus

func (o *LogForwarderGeneric) SetStatus(v bool)

SetStatus sets Status field to given value.

HasStatus

func (o *LogForwarderGeneric) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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