Class: Google::Apis::StreetviewpublishV1::BatchDeletePhotosResponse

Inherits:
Object
  • Object
show all
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 delete of one or more Photos.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchDeletePhotosResponse

Returns a new instance of BatchDeletePhotosResponse.



54
55
56
# File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 54

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#statusArray<Google::Apis::StreetviewpublishV1::Status>

The status for the operation to delete a single Photo in the batch request. Corresponds to the JSON property status



52
53
54
# File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 52

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



59
60
61
# File 'generated/google/apis/streetviewpublish_v1/classes.rb', line 59

def update!(**args)
  @status = args[:status] if args.key?(:status)
end