Struct google_androidenterprise1::EnterprisesSendTestPushNotificationResponse [] [src]

pub struct EnterprisesSendTestPushNotificationResponse {
    pub topic_name: Option<String>,
    pub message_id: Option<String>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The name of the Cloud Pub/Sub topic to which notifications for this enterprise's enrolled account will be sent.

The message ID of the test push notification that was sent.

Trait Implementations

impl Default for EnterprisesSendTestPushNotificationResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for EnterprisesSendTestPushNotificationResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EnterprisesSendTestPushNotificationResponse
[src]

Formats the value using the given formatter.

impl ResponseResult for EnterprisesSendTestPushNotificationResponse
[src]