Name | Type | Description | Notes |
---|---|---|---|
Url | Pointer to string | URL for the webhook. | [optional] |
BasicAuthUser | Pointer to string | [optional] | |
BasicAuthPass | Pointer to string | [optional] | |
CustomHeaderName | Pointer to string | [optional] | |
CustomHeaderValue | Pointer to string | [optional] | |
Host | Pointer to string | [optional] | |
Port | Pointer to int32 | [optional] | |
Key | Pointer to string | [optional] | |
EventName | Pointer to string | [optional] | |
AsIsPayload | Pointer to bool | [optional] | |
Endpoint | Pointer to string | [optional] | |
DisableCertCheck | Pointer to bool | MQTT configuration: Disable certificate checks. Default is off. | [optional] |
Username | Pointer to string | [optional] | |
Password | Pointer to string | [optional] | |
ClientId | Pointer to string | [optional] | |
TopicName | Pointer to string | [optional] | |
TopicTemplate | Pointer to string | [optional] | |
PayloadFormat | Pointer to string | [optional] | |
PayloadTemplate | Pointer to string | [optional] |
func NewOutputConfig() *OutputConfig
NewOutputConfig instantiates a new OutputConfig 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 NewOutputConfigWithDefaults() *OutputConfig
NewOutputConfigWithDefaults instantiates a new OutputConfig 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 *OutputConfig) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *OutputConfig) 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.
func (o *OutputConfig) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *OutputConfig) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *OutputConfig) GetBasicAuthUser() string
GetBasicAuthUser returns the BasicAuthUser field if non-nil, zero value otherwise.
func (o *OutputConfig) GetBasicAuthUserOk() (*string, bool)
GetBasicAuthUserOk returns a tuple with the BasicAuthUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetBasicAuthUser(v string)
SetBasicAuthUser sets BasicAuthUser field to given value.
func (o *OutputConfig) HasBasicAuthUser() bool
HasBasicAuthUser returns a boolean if a field has been set.
func (o *OutputConfig) GetBasicAuthPass() string
GetBasicAuthPass returns the BasicAuthPass field if non-nil, zero value otherwise.
func (o *OutputConfig) GetBasicAuthPassOk() (*string, bool)
GetBasicAuthPassOk returns a tuple with the BasicAuthPass field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetBasicAuthPass(v string)
SetBasicAuthPass sets BasicAuthPass field to given value.
func (o *OutputConfig) HasBasicAuthPass() bool
HasBasicAuthPass returns a boolean if a field has been set.
func (o *OutputConfig) GetCustomHeaderName() string
GetCustomHeaderName returns the CustomHeaderName field if non-nil, zero value otherwise.
func (o *OutputConfig) GetCustomHeaderNameOk() (*string, bool)
GetCustomHeaderNameOk returns a tuple with the CustomHeaderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetCustomHeaderName(v string)
SetCustomHeaderName sets CustomHeaderName field to given value.
func (o *OutputConfig) HasCustomHeaderName() bool
HasCustomHeaderName returns a boolean if a field has been set.
func (o *OutputConfig) GetCustomHeaderValue() string
GetCustomHeaderValue returns the CustomHeaderValue field if non-nil, zero value otherwise.
func (o *OutputConfig) GetCustomHeaderValueOk() (*string, bool)
GetCustomHeaderValueOk returns a tuple with the CustomHeaderValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetCustomHeaderValue(v string)
SetCustomHeaderValue sets CustomHeaderValue field to given value.
func (o *OutputConfig) HasCustomHeaderValue() bool
HasCustomHeaderValue returns a boolean if a field has been set.
func (o *OutputConfig) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *OutputConfig) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetHost(v string)
SetHost sets Host field to given value.
func (o *OutputConfig) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *OutputConfig) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *OutputConfig) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetPort(v int32)
SetPort sets Port field to given value.
func (o *OutputConfig) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *OutputConfig) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *OutputConfig) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetKey(v string)
SetKey sets Key field to given value.
func (o *OutputConfig) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *OutputConfig) GetEventName() string
GetEventName returns the EventName field if non-nil, zero value otherwise.
func (o *OutputConfig) GetEventNameOk() (*string, bool)
GetEventNameOk returns a tuple with the EventName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetEventName(v string)
SetEventName sets EventName field to given value.
func (o *OutputConfig) HasEventName() bool
HasEventName returns a boolean if a field has been set.
func (o *OutputConfig) GetAsIsPayload() bool
GetAsIsPayload returns the AsIsPayload field if non-nil, zero value otherwise.
func (o *OutputConfig) GetAsIsPayloadOk() (*bool, bool)
GetAsIsPayloadOk returns a tuple with the AsIsPayload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetAsIsPayload(v bool)
SetAsIsPayload sets AsIsPayload field to given value.
func (o *OutputConfig) HasAsIsPayload() bool
HasAsIsPayload returns a boolean if a field has been set.
func (o *OutputConfig) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
func (o *OutputConfig) GetEndpointOk() (*string, bool)
GetEndpointOk returns a tuple with the Endpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.
func (o *OutputConfig) HasEndpoint() bool
HasEndpoint returns a boolean if a field has been set.
func (o *OutputConfig) GetDisableCertCheck() bool
GetDisableCertCheck returns the DisableCertCheck field if non-nil, zero value otherwise.
func (o *OutputConfig) GetDisableCertCheckOk() (*bool, bool)
GetDisableCertCheckOk returns a tuple with the DisableCertCheck field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetDisableCertCheck(v bool)
SetDisableCertCheck sets DisableCertCheck field to given value.
func (o *OutputConfig) HasDisableCertCheck() bool
HasDisableCertCheck returns a boolean if a field has been set.
func (o *OutputConfig) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *OutputConfig) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *OutputConfig) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *OutputConfig) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *OutputConfig) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *OutputConfig) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *OutputConfig) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *OutputConfig) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *OutputConfig) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *OutputConfig) GetTopicName() string
GetTopicName returns the TopicName field if non-nil, zero value otherwise.
func (o *OutputConfig) GetTopicNameOk() (*string, bool)
GetTopicNameOk returns a tuple with the TopicName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetTopicName(v string)
SetTopicName sets TopicName field to given value.
func (o *OutputConfig) HasTopicName() bool
HasTopicName returns a boolean if a field has been set.
func (o *OutputConfig) GetTopicTemplate() string
GetTopicTemplate returns the TopicTemplate field if non-nil, zero value otherwise.
func (o *OutputConfig) GetTopicTemplateOk() (*string, bool)
GetTopicTemplateOk returns a tuple with the TopicTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetTopicTemplate(v string)
SetTopicTemplate sets TopicTemplate field to given value.
func (o *OutputConfig) HasTopicTemplate() bool
HasTopicTemplate returns a boolean if a field has been set.
func (o *OutputConfig) GetPayloadFormat() string
GetPayloadFormat returns the PayloadFormat field if non-nil, zero value otherwise.
func (o *OutputConfig) GetPayloadFormatOk() (*string, bool)
GetPayloadFormatOk returns a tuple with the PayloadFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetPayloadFormat(v string)
SetPayloadFormat sets PayloadFormat field to given value.
func (o *OutputConfig) HasPayloadFormat() bool
HasPayloadFormat returns a boolean if a field has been set.
func (o *OutputConfig) GetPayloadTemplate() string
GetPayloadTemplate returns the PayloadTemplate field if non-nil, zero value otherwise.
func (o *OutputConfig) GetPayloadTemplateOk() (*string, bool)
GetPayloadTemplateOk returns a tuple with the PayloadTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputConfig) SetPayloadTemplate(v string)
SetPayloadTemplate sets PayloadTemplate field to given value.
func (o *OutputConfig) HasPayloadTemplate() bool
HasPayloadTemplate returns a boolean if a field has been set.