Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.82 KB

IntegrationEntity.md

File metadata and controls

65 lines (34 loc) · 1.82 KB

IntegrationEntity

Properties

Name Type Description Notes
IntegrationId Pointer to string The integration ID set by your integration layer.
Created Pointer to time.Time The time this entity was created.

Methods

GetIntegrationId

func (o *IntegrationEntity) GetIntegrationId() string

GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.

GetIntegrationIdOk

func (o *IntegrationEntity) GetIntegrationIdOk() (string, bool)

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

HasIntegrationId

func (o *IntegrationEntity) HasIntegrationId() bool

HasIntegrationId returns a boolean if a field has been set.

SetIntegrationId

func (o *IntegrationEntity) SetIntegrationId(v string)

SetIntegrationId gets a reference to the given string and assigns it to the IntegrationId field.

GetCreated

func (o *IntegrationEntity) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *IntegrationEntity) GetCreatedOk() (time.Time, bool)

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

HasCreated

func (o *IntegrationEntity) HasCreated() bool

HasCreated returns a boolean if a field has been set.

SetCreated

func (o *IntegrationEntity) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

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