class Google::Apis::StreetviewpublishV1::BatchDeletePhotosResponse

Response to batch delete of one or more Photos.

Attributes

status[RW]

The status for the operation to delete a single Photo in the batch request. Corresponds to the JSON property `status` @return [Array<Google::Apis::StreetviewpublishV1::Status>]

Public Class Methods

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