View Source GoogleApi.AlertCenter.V1beta1.Model.ApnsCertificateExpirationInfo (google_api_alert_center v0.24.0)

The explanation message associated with "APNS certificate is expiring soon" and "APNS certificate has expired" alerts.

Attributes

  • appleId (type: String.t, default: nil) - The Apple ID used to create the certificate. It may be blank if admins didn't enter it.
  • expirationTime (type: DateTime.t, default: nil) - The expiration date of the APNS certificate.
  • uid (type: String.t, default: nil) - The UID of the certificate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.ApnsCertificateExpirationInfo{
  appleId: String.t() | nil,
  expirationTime: DateTime.t() | nil,
  uid: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.