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

Request to delete multiple Photos.

Attributes

  • photoIds (type: list(String.t), default: nil) - Required. IDs of the Photos. HTTP GET requests require the following syntax for the URL query parameter: photoIds=&photoIds=&....

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.StreetViewPublish.V1.Model.BatchDeletePhotosRequest{
  photoIds: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.