Class InteropLink
A link to interoperable tools (e.g., pre-filtered Cost Reports, BQE queries).
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class InteropLink : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Label
Output only. The label of the link, suitable for UI rendering.
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LinkType
Output only. The type of the interop link, e.g., "COST_REPORT", "BQE_QUERY", etc.
Declaration
[JsonProperty("linkType")]
public virtual string LinkType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Output only. The URL of the link.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |