Show / Hide Table of Contents

Class HostConfig

HostConfig has different instance endpoints.

Inheritance
object
HostConfig
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.SecureSourceManager.v1.Data
Assembly: Google.Apis.SecureSourceManager.v1.dll
Syntax
public class HostConfig : IDirectResponseSchema

Properties

Api

Output only. API hostname.

Declaration
[JsonProperty("api")]
public virtual string Api { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GitHttp

Output only. Git HTTP hostname.

Declaration
[JsonProperty("gitHttp")]
public virtual string GitHttp { get; set; }
Property Value
Type Description
string

GitSsh

Output only. Git SSH hostname.

Declaration
[JsonProperty("gitSsh")]
public virtual string GitSsh { get; set; }
Property Value
Type Description
string

Html

Output only. HTML hostname.

Declaration
[JsonProperty("html")]
public virtual string Html { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX