google_api_cloud_debugger v0.2.0 GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceSourceContext View Source

A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot.

Attributes

  • snapshotId (String.t): The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot. Defaults to: null.
  • workspaceId (CloudWorkspaceId): The ID of the workspace. Defaults to: null.

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: any(),
  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.