class Google::Apis::AndroidenterpriseV1::SendTestPushNotificationResponse

Attributes

message_id[RW]

The message ID of the test push notification that was sent. Corresponds to the JSON property `messageId` @return [String]

topic_name[RW]

The name of the Cloud Pub/Sub topic to which notifications for this enterprise' s enrolled account will be sent. Corresponds to the JSON property `topicName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/androidenterprise_v1/classes.rb, line 548
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/androidenterprise_v1/classes.rb, line 553
def update!(**args)
  @message_id = args[:message_id] if args.key?(:message_id)
  @topic_name = args[:topic_name] if args.key?(:topic_name)
end