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

RevertInstanceRequest reverts the given instance's file share to the specified snapshot.

Attributes

  • targetSnapshotId (type: String.t, default: nil) - Required. The snapshot resource ID, in the format 'my-snapshot', where the specified ID is the {snapshot_id} of the fully qualified name like projects/{project_id}/locations/{location_id}/instances/{instance_id}/snapshots/{snapshot_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.File.V1.Model.RevertInstanceRequest{
  targetSnapshotId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.