Class URIs
URIs for the repository.
Implements
Inherited Members
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 |