Class ConfigSource
Represents a source file which is used to generate the service configuration defined by google.api.Service
.
Implements
Inherited Members
Namespace: Google.Apis.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class ConfigSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Files
Set of source configuration files that are used to generate a service configuration (google.api.Service
).
Declaration
[JsonProperty("files")]
public virtual IList<ConfigFile> Files { get; set; }
Property Value
Type | Description |
---|---|
IList<ConfigFile> |
Id
A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. If empty, the server may choose to generate one instead.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |