Class ConfigFile
Generic specification of a source configuration file
Implements
Inherited Members
Namespace: Google.Apis.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class ConfigFile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileContents
The bytes that constitute the file.
Declaration
[JsonProperty("fileContents")]
public virtual string FileContents { get; set; }
Property Value
Type | Description |
---|---|
string |
FilePath
The file name of the configuration file (full or relative path).
Declaration
[JsonProperty("filePath")]
public virtual string FilePath { get; set; }
Property Value
Type | Description |
---|---|
string |
FileType
The type of configuration file this represents.
Declaration
[JsonProperty("fileType")]
public virtual string FileType { get; set; }
Property Value
Type | Description |
---|---|
string |