Show / Hide Table of Contents

Class InteropLink

A link to interoperable tools (e.g., pre-filtered Cost Reports, BQE queries).

Inheritance
object
InteropLink
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX