View Source GoogleApi.File.V1.Model.ListSnapshotsResponse (google_api_file v0.29.0)

ListSnapshotsResponse is the result of ListSnapshotsRequest.

Attributes

  • nextPageToken (type: String.t, default: nil) - The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
  • snapshots (type: list(GoogleApi.File.V1.Model.Snapshot.t), default: nil) - A list of snapshots in the project for the specified instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.File.V1.Model.ListSnapshotsResponse{
  nextPageToken: String.t() | nil,
  snapshots: [GoogleApi.File.V1.Model.Snapshot.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.