| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to NullableString | Webhooks subscription id | [optional] |
| VerificationMethod | Pointer to WebhooksSubscriptionVerificationMethod | [optional] |
func NewVerifyWebhooksSubscription() *VerifyWebhooksSubscription
NewVerifyWebhooksSubscription instantiates a new VerifyWebhooksSubscription 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 NewVerifyWebhooksSubscriptionWithDefaults() *VerifyWebhooksSubscription
NewVerifyWebhooksSubscriptionWithDefaults instantiates a new VerifyWebhooksSubscription 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 *VerifyWebhooksSubscription) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *VerifyWebhooksSubscription) 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 *VerifyWebhooksSubscription) SetId(v string)
SetId sets Id field to given value.
func (o *VerifyWebhooksSubscription) HasId() bool
HasId returns a boolean if a field has been set.
func (o *VerifyWebhooksSubscription) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *VerifyWebhooksSubscription) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *VerifyWebhooksSubscription) GetVerificationMethod() WebhooksSubscriptionVerificationMethod
GetVerificationMethod returns the VerificationMethod field if non-nil, zero value otherwise.
func (o *VerifyWebhooksSubscription) GetVerificationMethodOk() (*WebhooksSubscriptionVerificationMethod, bool)
GetVerificationMethodOk returns a tuple with the VerificationMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifyWebhooksSubscription) SetVerificationMethod(v WebhooksSubscriptionVerificationMethod)
SetVerificationMethod sets VerificationMethod field to given value.
func (o *VerifyWebhooksSubscription) HasVerificationMethod() bool
HasVerificationMethod returns a boolean if a field has been set.