Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 2.9 KB

File metadata and controls

114 lines (61 loc) · 2.9 KB

EventComponent

Properties

Name Type Description Notes
Type string
Id int64
ComponentTypeId int64
Name string

Methods

NewEventComponent

func NewEventComponent(type_ string, id int64, componentTypeId int64, name string, ) *EventComponent

NewEventComponent instantiates a new EventComponent 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

NewEventComponentWithDefaults

func NewEventComponentWithDefaults() *EventComponent

NewEventComponentWithDefaults instantiates a new EventComponent 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 *EventComponent) GetType() string

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

GetTypeOk

func (o *EventComponent) 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 *EventComponent) SetType(v string)

SetType sets Type field to given value.

GetId

func (o *EventComponent) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *EventComponent) GetIdOk() (*int64, 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 *EventComponent) SetId(v int64)

SetId sets Id field to given value.

GetComponentTypeId

func (o *EventComponent) GetComponentTypeId() int64

GetComponentTypeId returns the ComponentTypeId field if non-nil, zero value otherwise.

GetComponentTypeIdOk

func (o *EventComponent) GetComponentTypeIdOk() (*int64, bool)

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

SetComponentTypeId

func (o *EventComponent) SetComponentTypeId(v int64)

SetComponentTypeId sets ComponentTypeId field to given value.

GetName

func (o *EventComponent) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *EventComponent) GetNameOk() (*string, bool)

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

SetName

func (o *EventComponent) SetName(v string)

SetName sets Name field to given value.

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