Show / Hide Table of Contents

Class URIs

URIs for the repository.

Inheritance
object
URIs
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 URIs : IDirectResponseSchema

Properties

Api

Output only. API is the URI for API access.

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

GitHttps

Output only. git_https is the git HTTPS URI for git operations.

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

Html

Output only. HTML is the URI for user to view the repository in a browser.

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