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

Response to list all photo sequences 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.
  • photoSequences (type: list(GoogleApi.StreetViewPublish.V1.Model.Operation.t), default: nil) - List of photo sequences via Operation interface. The maximum number of items returned is based on the pageSize field in the request. Each item in the list can have three possible states, Operation.done = false, if the processing of PhotoSequence is not finished yet. Operation.done = true and Operation.error is populated, if there was an error in processing. * Operation.done = true and Operation.response contains a PhotoSequence message, In each sequence, only Id is populated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.StreetViewPublish.V1.Model.ListPhotoSequencesResponse{
  nextPageToken: String.t() | nil,
  photoSequences: [GoogleApi.StreetViewPublish.V1.Model.Operation.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.