Show / Hide Table of Contents

Class ExtendedSourceContext

An ExtendedSourceContext is a SourceContext combined with additional details describing the context.

Inheritance
object
ExtendedSourceContext
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX