Skip to content

Latest commit

 

History

History
123 lines (68 loc) · 3.23 KB

CreateWebhookTaskVM.md

File metadata and controls

123 lines (68 loc) · 3.23 KB

CreateWebhookTaskVM

Properties

Name Type Description Notes
Headers Pointer to map[string]string [optional]
Url Pointer to NullableString [optional]
T string

Methods

NewCreateWebhookTaskVM

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

NewCreateWebhookTaskVMWithDefaults

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

GetHeaders

func (o *CreateWebhookTaskVM) GetHeaders() map[string]string

GetHeaders returns the Headers field if non-nil, zero value otherwise.

GetHeadersOk

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.

SetHeaders

func (o *CreateWebhookTaskVM) SetHeaders(v map[string]string)

SetHeaders sets Headers field to given value.

HasHeaders

func (o *CreateWebhookTaskVM) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

SetHeadersNil

func (o *CreateWebhookTaskVM) SetHeadersNil(b bool)

SetHeadersNil sets the value for Headers to be an explicit nil

UnsetHeaders

func (o *CreateWebhookTaskVM) UnsetHeaders()

UnsetHeaders ensures that no value is present for Headers, not even an explicit nil

GetUrl

func (o *CreateWebhookTaskVM) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *CreateWebhookTaskVM) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *CreateWebhookTaskVM) HasUrl() bool

HasUrl returns a boolean if a field has been set.

SetUrlNil

func (o *CreateWebhookTaskVM) SetUrlNil(b bool)

SetUrlNil sets the value for Url to be an explicit nil

UnsetUrl

func (o *CreateWebhookTaskVM) UnsetUrl()

UnsetUrl ensures that no value is present for Url, not even an explicit nil

GetT

func (o *CreateWebhookTaskVM) GetT() string

GetT returns the T field if non-nil, zero value otherwise.

GetTOk

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.

SetT

func (o *CreateWebhookTaskVM) SetT(v string)

SetT sets T field to given value.

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