Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | Unique ID for this entity. Not to be confused with the Integration ID, which is set by your integration layer and used in most endpoints. |
func (o *AsyncCouponDeletionJobResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AsyncCouponDeletionJobResponse) GetIdOk() (int32, 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.
func (o *AsyncCouponDeletionJobResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AsyncCouponDeletionJobResponse) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.