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] |
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
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
func (o *LogForwarderGeneric) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *LogForwarderGeneric) SetId(v string)
SetId sets Id field to given value.
func (o *LogForwarderGeneric) HasId() bool
HasId returns a boolean if a field has been set.
func (o *LogForwarderGeneric) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *LogForwarderGeneric) SetName(v string)
SetName sets Name field to given value.
func (o *LogForwarderGeneric) HasName() bool
HasName returns a boolean if a field has been set.
func (o *LogForwarderGeneric) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *LogForwarderGeneric) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *LogForwarderGeneric) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *LogForwarderGeneric) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *LogForwarderGeneric) SetType(v string)
SetType sets Type field to given value.
func (o *LogForwarderGeneric) HasType() bool
HasType returns a boolean if a field has been set.
func (o *LogForwarderGeneric) GetConnectionType() string
GetConnectionType returns the ConnectionType field if non-nil, zero value otherwise.
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.
func (o *LogForwarderGeneric) SetConnectionType(v string)
SetConnectionType sets ConnectionType field to given value.
func (o *LogForwarderGeneric) HasConnectionType() bool
HasConnectionType returns a boolean if a field has been set.
func (o *LogForwarderGeneric) GetDataFormat() map[string]interface{}
GetDataFormat returns the DataFormat field if non-nil, zero value otherwise.
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.
func (o *LogForwarderGeneric) SetDataFormat(v map[string]interface{})
SetDataFormat sets DataFormat field to given value.
func (o *LogForwarderGeneric) HasDataFormat() bool
HasDataFormat returns a boolean if a field has been set.
func (o *LogForwarderGeneric) GetSettings() map[string]interface{}
GetSettings returns the Settings field if non-nil, zero value otherwise.
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.
func (o *LogForwarderGeneric) SetSettings(v map[string]interface{})
SetSettings sets Settings field to given value.
func (o *LogForwarderGeneric) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (o *LogForwarderGeneric) GetStatus() bool
GetStatus returns the Status field if non-nil, zero value otherwise.
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.
func (o *LogForwarderGeneric) SetStatus(v bool)
SetStatus sets Status field to given value.
func (o *LogForwarderGeneric) HasStatus() bool
HasStatus returns a boolean if a field has been set.