Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.55 KB

FunctionCreateUpdateEventsInner.md

File metadata and controls

82 lines (45 loc) · 2.55 KB

FunctionCreateUpdateEventsInner

Properties

Name Type Description Notes
Type Pointer to string Type of the event [optional]
Params Pointer to map[string]interface{} Additional parameters of the event [optional]

Methods

NewFunctionCreateUpdateEventsInner

func NewFunctionCreateUpdateEventsInner() *FunctionCreateUpdateEventsInner

NewFunctionCreateUpdateEventsInner instantiates a new FunctionCreateUpdateEventsInner 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

NewFunctionCreateUpdateEventsInnerWithDefaults

func NewFunctionCreateUpdateEventsInnerWithDefaults() *FunctionCreateUpdateEventsInner

NewFunctionCreateUpdateEventsInnerWithDefaults instantiates a new FunctionCreateUpdateEventsInner 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

GetType

func (o *FunctionCreateUpdateEventsInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *FunctionCreateUpdateEventsInner) GetTypeOk() (*string, bool)

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

SetType

func (o *FunctionCreateUpdateEventsInner) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *FunctionCreateUpdateEventsInner) HasType() bool

HasType returns a boolean if a field has been set.

GetParams

func (o *FunctionCreateUpdateEventsInner) GetParams() map[string]interface{}

GetParams returns the Params field if non-nil, zero value otherwise.

GetParamsOk

func (o *FunctionCreateUpdateEventsInner) GetParamsOk() (*map[string]interface{}, bool)

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

SetParams

func (o *FunctionCreateUpdateEventsInner) SetParams(v map[string]interface{})

SetParams sets Params field to given value.

HasParams

func (o *FunctionCreateUpdateEventsInner) HasParams() bool

HasParams returns a boolean if a field has been set.

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