class Google::Apis::HomegraphV1::ReportStateAndNotificationResponse

Response type for the [`ReportStateAndNotification`](google.home.graph.v1. HomeGraphApiService.ReportStateAndNotification) call.

Attributes

request_id[RW]

Request ID copied from ReportStateAndNotificationRequest. Corresponds to the JSON property `requestId` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/homegraph_v1/classes.rb, line 471
def update!(**args)
  @request_id = args[:request_id] if args.key?(:request_id)
end