View Source GoogleApi.StreetViewPublish.V1.Model.BatchDeletePhotosResponse (google_api_street_view_publish v0.20.0)

Response to batch delete of one or more Photos.

Attributes

  • status (type: list(GoogleApi.StreetViewPublish.V1.Model.Status.t), default: nil) - The status for the operation to delete a single Photo in the batch request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.StreetViewPublish.V1.Model.BatchDeletePhotosResponse{
  status: [GoogleApi.StreetViewPublish.V1.Model.Status.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.