Name | Type | Description | Notes |
---|---|---|---|
SendAfter | Pointer to NullableTime | Channel: All Schedule notification for future delivery. API defaults to UTC -1100 Examples: All examples are the exact same date & time. "Thu Sep 24 2015 14:00:00 GMT-0700 (PDT)" "September 24th 2015, 2:00:00 pm UTC-07:00" "2015-09-24 14:00:00 GMT-0700" "Sept 24 2015 14:00:00 GMT-0700" "Thu Sep 24 2015 14:00:00 GMT-0700 (Pacific Daylight Time)" Note: SMS currently only supports send_after parameter. | [optional] |
func NewNotificationAllOf() *NotificationAllOf
NewNotificationAllOf instantiates a new NotificationAllOf 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 NewNotificationAllOfWithDefaults() *NotificationAllOf
NewNotificationAllOfWithDefaults instantiates a new NotificationAllOf 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 *NotificationAllOf) GetSendAfter() time.Time
GetSendAfter returns the SendAfter field if non-nil, zero value otherwise.
func (o *NotificationAllOf) GetSendAfterOk() (*time.Time, bool)
GetSendAfterOk returns a tuple with the SendAfter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationAllOf) SetSendAfter(v time.Time)
SetSendAfter sets SendAfter field to given value.
func (o *NotificationAllOf) HasSendAfter() bool
HasSendAfter returns a boolean if a field has been set.
func (o *NotificationAllOf) SetSendAfterNil(b bool)
SetSendAfterNil sets the value for SendAfter to be an explicit nil
func (o *NotificationAllOf) UnsetSendAfter()
UnsetSendAfter ensures that no value is present for SendAfter, not even an explicit nil