Class SourceInfo
Source information used to create a Service Config
Inheritance
System.Object
SourceInfo
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class SourceInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SourceFiles
All files used during config generation.
Declaration
[JsonProperty("sourceFiles")]
public virtual IList<IDictionary<string, object>> SourceFiles { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.Collections.Generic.IDictionary<System.String, System.Object>> |