mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
empty method and model folders for go to start fixing build
This commit is contained in:
@@ -1,163 +0,0 @@
|
||||
---
|
||||
id: event-attributes
|
||||
title: EventAttributes
|
||||
pagination_label: EventAttributes
|
||||
sidebar_label: EventAttributes
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'EventAttributes', 'EventAttributes']
|
||||
slug: /tools/sdk/go/v3/models/event-attributes
|
||||
tags: ['SDK', 'Software Development Kit', 'EventAttributes', 'EventAttributes']
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user