class Google::Apis::StreetviewpublishV1::BatchUpdatePhotosResponse

Response to batch update of metadata of one or more Photos.

Attributes

results[RW]

List of results for each individual Photo updated, in the same order as the request. Corresponds to the JSON property `results` @return [Array<Google::Apis::StreetviewpublishV1::PhotoResponse>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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