GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceSourceContext (google_api_cloud_debugger v0.18.0) View Source

A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot.

Attributes

  • snapshotId (type: String.t, default: nil) - The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.
  • workspaceId (type: GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceId.t, default: nil) - The ID of the workspace.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceSourceContext{
  snapshotId: String.t() | nil,
  workspaceId: GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceId.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.