Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.85 KB

WebhooksSubscriptionConfig.md

File metadata and controls

56 lines (31 loc) · 1.85 KB

WebhooksSubscriptionConfig

Properties

Name Type Description Notes
Mapping Pointer to WebhooksSubscriptionMapping [optional]

Methods

NewWebhooksSubscriptionConfig

func NewWebhooksSubscriptionConfig() *WebhooksSubscriptionConfig

NewWebhooksSubscriptionConfig instantiates a new WebhooksSubscriptionConfig 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

NewWebhooksSubscriptionConfigWithDefaults

func NewWebhooksSubscriptionConfigWithDefaults() *WebhooksSubscriptionConfig

NewWebhooksSubscriptionConfigWithDefaults instantiates a new WebhooksSubscriptionConfig 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

GetMapping

func (o *WebhooksSubscriptionConfig) GetMapping() WebhooksSubscriptionMapping

GetMapping returns the Mapping field if non-nil, zero value otherwise.

GetMappingOk

func (o *WebhooksSubscriptionConfig) GetMappingOk() (*WebhooksSubscriptionMapping, bool)

GetMappingOk returns a tuple with the Mapping field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMapping

func (o *WebhooksSubscriptionConfig) SetMapping(v WebhooksSubscriptionMapping)

SetMapping sets Mapping field to given value.

HasMapping

func (o *WebhooksSubscriptionConfig) HasMapping() bool

HasMapping returns a boolean if a field has been set.

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