View Source GoogleApi.AndroidEnterprise.V1.Model.EnterprisesSendTestPushNotificationResponse (google_api_android_enterprise v0.26.0)

Attributes

  • messageId (type: String.t, default: nil) - The message ID of the test push notification that was sent.
  • topicName (type: String.t, default: nil) - The name of the Cloud Pub/Sub topic to which notifications for this enterprise's enrolled account will be sent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AndroidEnterprise.V1.Model.EnterprisesSendTestPushNotificationResponse{
    messageId: String.t() | nil,
    topicName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.