class Google::Apis::StreetviewpublishV1::BatchGetPhotosResponse
Response to batch get of Photos.
Attributes
results[RW]
List of results for each individual Photo
requested, in the same order as the requests in BatchGetPhotos. 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 74 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 79 def update!(**args) @results = args[:results] if args.key?(:results) end