Name | Type | Description | Notes |
---|---|---|---|
Id | string | Identifies the message or notification | [readonly] |
ScheduledAt | Pointer to NullableTime | When the message or notification is scheduled | [optional] |
Status | Pointer to string | Status of communication processing | [optional] |
func NewMessageReceipt(id string, ) *MessageReceipt
NewMessageReceipt instantiates a new MessageReceipt 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
func NewMessageReceiptWithDefaults() *MessageReceipt
NewMessageReceiptWithDefaults instantiates a new MessageReceipt 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
func (o *MessageReceipt) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *MessageReceipt) GetIdOk() (*string, 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 *MessageReceipt) SetId(v string)
SetId sets Id field to given value.
func (o *MessageReceipt) GetScheduledAt() time.Time
GetScheduledAt returns the ScheduledAt field if non-nil, zero value otherwise.
func (o *MessageReceipt) GetScheduledAtOk() (*time.Time, bool)
GetScheduledAtOk returns a tuple with the ScheduledAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MessageReceipt) SetScheduledAt(v time.Time)
SetScheduledAt sets ScheduledAt field to given value.
func (o *MessageReceipt) HasScheduledAt() bool
HasScheduledAt returns a boolean if a field has been set.
func (o *MessageReceipt) SetScheduledAtNil(b bool)
SetScheduledAtNil sets the value for ScheduledAt to be an explicit nil
func (o *MessageReceipt) UnsetScheduledAt()
UnsetScheduledAt ensures that no value is present for ScheduledAt, not even an explicit nil
func (o *MessageReceipt) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *MessageReceipt) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MessageReceipt) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *MessageReceipt) HasStatus() bool
HasStatus returns a boolean if a field has been set.