Class: Google::Apis::StreetviewpublishV1::BatchUpdatePhotosResponse
- Inherits:
-
Object
- Object
- Google::Apis::StreetviewpublishV1::BatchUpdatePhotosResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/streetviewpublish_v1/classes.rb,
generated/google/apis/streetviewpublish_v1/representations.rb,
generated/google/apis/streetviewpublish_v1/representations.rb
Overview
Response to batch update of metadata of one or more Photos.
Instance Attribute Summary collapse
-
#results ⇒ Array<Google::Apis::StreetviewpublishV1::PhotoResponse>
List of results for each individual Photo updated, in the same order as the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchUpdatePhotosResponse
constructor
A new instance of BatchUpdatePhotosResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchUpdatePhotosResponse
Returns a new instance of BatchUpdatePhotosResponse.
114 115 116 |
# File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 114 def initialize(**args) update!(**args) end |
Instance Attribute Details
#results ⇒ Array<Google::Apis::StreetviewpublishV1::PhotoResponse>
List of results for each individual Photo updated, in the same order as the
request.
Corresponds to the JSON property results
112 113 114 |
# File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 112 def results @results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
119 120 121 |
# File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 119 def update!(**args) @results = args[:results] if args.key?(:results) end |