Class SourceInfo
Source information used to create a Service Config
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.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 |
---|---|
string |
SourceFiles
All files used during config generation.
Declaration
[JsonProperty("sourceFiles")]
public virtual IList<IDictionary<string, object>> SourceFiles { get; set; }
Property Value
Type | Description |
---|---|
IList<IDictionary<string, object>> |