Show / Hide Table of Contents

Class ConfigSource

Represents a source file which is used to generate the service configuration defined by google.api.Service.

Inheritance
object
ConfigSource
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX