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. |
func (o *IntegrationEntity) GetIntegrationId() string
GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.
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.
func (o *IntegrationEntity) HasIntegrationId() bool
HasIntegrationId returns a boolean if a field has been set.
func (o *IntegrationEntity) SetIntegrationId(v string)
SetIntegrationId gets a reference to the given string and assigns it to the IntegrationId field.
func (o *IntegrationEntity) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
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.
func (o *IntegrationEntity) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *IntegrationEntity) SetCreated(v time.Time)
SetCreated gets a reference to the given time.Time and assigns it to the Created field.