GoogleApi.CloudDebugger.V2.Model.ExtendedSourceContext (google_api_cloud_debugger v0.18.0) View Source
An ExtendedSourceContext is a SourceContext combined with additional details describing the context.
Attributes
-
context(type:GoogleApi.CloudDebugger.V2.Model.SourceContext.t, default:nil) - Any source context. -
labels(type:map(), default:nil) - Labels with user defined metadata.
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.ExtendedSourceContext{
context: GoogleApi.CloudDebugger.V2.Model.SourceContext.t() | nil,
labels: map() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.