4.6 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-event-attributes | EventAttributes | EventAttributes | EventAttributes | gosdk |
|
/tools/sdk/go/beta/models/event-attributes |
|
EventAttributes
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The unique ID of the trigger | |
| Filter | Pointer to string | JSON path expression that will limit which events the trigger will fire on | [optional] |
| Description | Pointer to string | Description of the event trigger | [optional] |
| AttributeToFilter | Pointer to string | The attribute to filter on | [optional] |
| FormDefinitionId | Pointer to string | Form definition's unique identifier. | [optional] |
Methods
NewEventAttributes
func NewEventAttributes(id string, ) *EventAttributes
NewEventAttributes instantiates a new EventAttributes 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
NewEventAttributesWithDefaults
func NewEventAttributesWithDefaults() *EventAttributes
NewEventAttributesWithDefaults instantiates a new EventAttributes 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
GetId
func (o *EventAttributes) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *EventAttributes) 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.
SetId
func (o *EventAttributes) SetId(v string)
SetId sets Id field to given value.
GetFilter
func (o *EventAttributes) GetFilter() string
GetFilter returns the Filter field if non-nil, zero value otherwise.
GetFilterOk
func (o *EventAttributes) GetFilterOk() (*string, bool)
GetFilterOk returns a tuple with the Filter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFilter
func (o *EventAttributes) SetFilter(v string)
SetFilter sets Filter field to given value.
HasFilter
func (o *EventAttributes) HasFilter() bool
HasFilter returns a boolean if a field has been set.
GetDescription
func (o *EventAttributes) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
GetDescriptionOk
func (o *EventAttributes) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDescription
func (o *EventAttributes) SetDescription(v string)
SetDescription sets Description field to given value.
HasDescription
func (o *EventAttributes) HasDescription() bool
HasDescription returns a boolean if a field has been set.
GetAttributeToFilter
func (o *EventAttributes) GetAttributeToFilter() string
GetAttributeToFilter returns the AttributeToFilter field if non-nil, zero value otherwise.
GetAttributeToFilterOk
func (o *EventAttributes) GetAttributeToFilterOk() (*string, bool)
GetAttributeToFilterOk returns a tuple with the AttributeToFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAttributeToFilter
func (o *EventAttributes) SetAttributeToFilter(v string)
SetAttributeToFilter sets AttributeToFilter field to given value.
HasAttributeToFilter
func (o *EventAttributes) HasAttributeToFilter() bool
HasAttributeToFilter returns a boolean if a field has been set.
GetFormDefinitionId
func (o *EventAttributes) GetFormDefinitionId() string
GetFormDefinitionId returns the FormDefinitionId field if non-nil, zero value otherwise.
GetFormDefinitionIdOk
func (o *EventAttributes) GetFormDefinitionIdOk() (*string, bool)
GetFormDefinitionIdOk returns a tuple with the FormDefinitionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFormDefinitionId
func (o *EventAttributes) SetFormDefinitionId(v string)
SetFormDefinitionId sets FormDefinitionId field to given value.
HasFormDefinitionId
func (o *EventAttributes) HasFormDefinitionId() bool
HasFormDefinitionId returns a boolean if a field has been set.