Class ExtendedSourceContext
An ExtendedSourceContext is a SourceContext combined with additional details describing the context.
Implements
Inherited Members
Namespace: Google.Apis.CloudDebugger.v2.Data
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class ExtendedSourceContext : IDirectResponseSchema
Properties
Context
Any source context.
Declaration
[JsonProperty("context")]
public virtual SourceContext Context { get; set; }
Property Value
Type | Description |
---|---|
SourceContext |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
Labels with user defined metadata.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |