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

Response to list all photos that belong to a user.

Attributes

  • nextPageToken (type: String.t, default: nil) - Token to retrieve the next page of results, or empty if there are no more results in the list.
  • photos (type: list(GoogleApi.StreetViewPublish.V1.Model.Photo.t), default: nil) - List of photos. The pageSize field in the request determines the number of items returned.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.StreetViewPublish.V1.Model.ListPhotosResponse{
  nextPageToken: String.t() | nil,
  photos: [GoogleApi.StreetViewPublish.V1.Model.Photo.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.