google_api_cloud_debugger v0.2.0 GoogleApi.CloudDebugger.V2.Model.ExtendedSourceContext View Source
An ExtendedSourceContext is a SourceContext combined with additional details describing the context.
Attributes
- context (SourceContext): Any source context. Defaults to:
null
. - labels (%{optional(String.t) => String.t}): Labels with user defined metadata. 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()
View Source
t() :: %GoogleApi.CloudDebugger.V2.Model.ExtendedSourceContext{
context: GoogleApi.CloudDebugger.V2.Model.SourceContext.t(),
labels: map()
}
t() :: %GoogleApi.CloudDebugger.V2.Model.ExtendedSourceContext{ context: GoogleApi.CloudDebugger.V2.Model.SourceContext.t(), labels: map() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.