Name | Type | Description | Notes |
---|---|---|---|
Headers | Pointer to map[string]string | [optional] | |
Url | Pointer to NullableString | [optional] | |
T | string |
func NewCreateWebhookTaskVM(t string, ) *CreateWebhookTaskVM
NewCreateWebhookTaskVM instantiates a new CreateWebhookTaskVM 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 NewCreateWebhookTaskVMWithDefaults() *CreateWebhookTaskVM
NewCreateWebhookTaskVMWithDefaults instantiates a new CreateWebhookTaskVM 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 *CreateWebhookTaskVM) GetHeaders() map[string]string
GetHeaders returns the Headers field if non-nil, zero value otherwise.
func (o *CreateWebhookTaskVM) GetHeadersOk() (*map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateWebhookTaskVM) SetHeaders(v map[string]string)
SetHeaders sets Headers field to given value.
func (o *CreateWebhookTaskVM) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (o *CreateWebhookTaskVM) SetHeadersNil(b bool)
SetHeadersNil sets the value for Headers to be an explicit nil
func (o *CreateWebhookTaskVM) UnsetHeaders()
UnsetHeaders ensures that no value is present for Headers, not even an explicit nil
func (o *CreateWebhookTaskVM) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *CreateWebhookTaskVM) 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 *CreateWebhookTaskVM) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *CreateWebhookTaskVM) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *CreateWebhookTaskVM) SetUrlNil(b bool)
SetUrlNil sets the value for Url to be an explicit nil
func (o *CreateWebhookTaskVM) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil
func (o *CreateWebhookTaskVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *CreateWebhookTaskVM) GetTOk() (*string, bool)
GetTOk returns a tuple with the T field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateWebhookTaskVM) SetT(v string)
SetT sets T field to given value.