Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.2 KB

GetNetworkAlertsHistory200ResponseInnerDestinationsPush.md

File metadata and controls

56 lines (31 loc) · 2.2 KB

GetNetworkAlertsHistory200ResponseInnerDestinationsPush

Properties

Name Type Description Notes
SentAt Pointer to string time when the alert was sent to the user(s) for this channel [optional]

Methods

NewGetNetworkAlertsHistory200ResponseInnerDestinationsPush

func NewGetNetworkAlertsHistory200ResponseInnerDestinationsPush() *GetNetworkAlertsHistory200ResponseInnerDestinationsPush

NewGetNetworkAlertsHistory200ResponseInnerDestinationsPush instantiates a new GetNetworkAlertsHistory200ResponseInnerDestinationsPush 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

NewGetNetworkAlertsHistory200ResponseInnerDestinationsPushWithDefaults

func NewGetNetworkAlertsHistory200ResponseInnerDestinationsPushWithDefaults() *GetNetworkAlertsHistory200ResponseInnerDestinationsPush

NewGetNetworkAlertsHistory200ResponseInnerDestinationsPushWithDefaults instantiates a new GetNetworkAlertsHistory200ResponseInnerDestinationsPush 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

GetSentAt

func (o *GetNetworkAlertsHistory200ResponseInnerDestinationsPush) GetSentAt() string

GetSentAt returns the SentAt field if non-nil, zero value otherwise.

GetSentAtOk

func (o *GetNetworkAlertsHistory200ResponseInnerDestinationsPush) GetSentAtOk() (*string, bool)

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

SetSentAt

func (o *GetNetworkAlertsHistory200ResponseInnerDestinationsPush) SetSentAt(v string)

SetSentAt sets SentAt field to given value.

HasSentAt

func (o *GetNetworkAlertsHistory200ResponseInnerDestinationsPush) HasSentAt() bool

HasSentAt returns a boolean if a field has been set.

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