class Google::Apis::StreetviewpublishV1::BatchUpdatePhotosRequest
Request to update the metadata of photos. Updating the pixels of photos is not supported.
Attributes
update_photo_requests[RW]
Required. List of UpdatePhotoRequests. Corresponds to the JSON property `updatePhotoRequests` @return [Array<Google::Apis::StreetviewpublishV1::UpdatePhotoRequest>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/streetviewpublish_v1/classes.rb, line 94 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 99 def update!(**args) @update_photo_requests = args[:update_photo_requests] if args.key?(:update_photo_requests) end