Show / Hide Table of Contents

Class ConfigFile

Generic specification of a source configuration file

Inheritance
object
ConfigFile
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX