class Google::Apis::StreetviewpublishV1::BatchDeletePhotosRequest

Request to delete multiple Photos.

Attributes

photo_ids[RW]

Required. IDs of the Photos. HTTP GET requests require the following syntax for the URL query parameter: `photoIds=&photoIds=&…`. Corresponds to the JSON property `photoIds` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/streetviewpublish_v1/classes.rb, line 35
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 40
def update!(**args)
  @photo_ids = args[:photo_ids] if args.key?(:photo_ids)
end