google_api_cloud_debugger v0.3.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 nil.
  • workspaceId (GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceId.t): The ID of the workspace. Defaults to nil.

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.