Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.37 KB

File metadata and controls

134 lines (73 loc) · 4.37 KB

WebhookEvents200ResponseResultEventsInner

Properties

Name Type Description Notes
WebhookName Pointer to string [optional]
Entity Pointer to string [optional]
Action Pointer to string [optional]
FilterableFields Pointer to map[string]interface{} [optional]

Methods

NewWebhookEvents200ResponseResultEventsInner

func NewWebhookEvents200ResponseResultEventsInner() *WebhookEvents200ResponseResultEventsInner

NewWebhookEvents200ResponseResultEventsInner instantiates a new WebhookEvents200ResponseResultEventsInner 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

NewWebhookEvents200ResponseResultEventsInnerWithDefaults

func NewWebhookEvents200ResponseResultEventsInnerWithDefaults() *WebhookEvents200ResponseResultEventsInner

NewWebhookEvents200ResponseResultEventsInnerWithDefaults instantiates a new WebhookEvents200ResponseResultEventsInner 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

GetWebhookName

func (o *WebhookEvents200ResponseResultEventsInner) GetWebhookName() string

GetWebhookName returns the WebhookName field if non-nil, zero value otherwise.

GetWebhookNameOk

func (o *WebhookEvents200ResponseResultEventsInner) GetWebhookNameOk() (*string, bool)

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

SetWebhookName

func (o *WebhookEvents200ResponseResultEventsInner) SetWebhookName(v string)

SetWebhookName sets WebhookName field to given value.

HasWebhookName

func (o *WebhookEvents200ResponseResultEventsInner) HasWebhookName() bool

HasWebhookName returns a boolean if a field has been set.

GetEntity

func (o *WebhookEvents200ResponseResultEventsInner) GetEntity() string

GetEntity returns the Entity field if non-nil, zero value otherwise.

GetEntityOk

func (o *WebhookEvents200ResponseResultEventsInner) GetEntityOk() (*string, bool)

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

SetEntity

func (o *WebhookEvents200ResponseResultEventsInner) SetEntity(v string)

SetEntity sets Entity field to given value.

HasEntity

func (o *WebhookEvents200ResponseResultEventsInner) HasEntity() bool

HasEntity returns a boolean if a field has been set.

GetAction

func (o *WebhookEvents200ResponseResultEventsInner) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

func (o *WebhookEvents200ResponseResultEventsInner) GetActionOk() (*string, bool)

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

SetAction

func (o *WebhookEvents200ResponseResultEventsInner) SetAction(v string)

SetAction sets Action field to given value.

HasAction

func (o *WebhookEvents200ResponseResultEventsInner) HasAction() bool

HasAction returns a boolean if a field has been set.

GetFilterableFields

func (o *WebhookEvents200ResponseResultEventsInner) GetFilterableFields() map[string]interface{}

GetFilterableFields returns the FilterableFields field if non-nil, zero value otherwise.

GetFilterableFieldsOk

func (o *WebhookEvents200ResponseResultEventsInner) GetFilterableFieldsOk() (*map[string]interface{}, bool)

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

SetFilterableFields

func (o *WebhookEvents200ResponseResultEventsInner) SetFilterableFields(v map[string]interface{})

SetFilterableFields sets FilterableFields field to given value.

HasFilterableFields

func (o *WebhookEvents200ResponseResultEventsInner) HasFilterableFields() bool

HasFilterableFields returns a boolean if a field has been set.

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