google_api_cloud_debugger v0.6.0 GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceSourceContext 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.