Show / Hide Table of Contents

Class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRowFieldVal

Column or key value pair from the request as part of key to use in query or a single pair of the fetch response.

Inheritance
object
GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRowFieldVal
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.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRowFieldVal : IDirectResponseSchema

Properties

DisplayName

Output only. Name of the field.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

FilterAlias

Output only. Field name to be used in filter while requesting configured insight filtered on this field.

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

Id

Output only. Field id.

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

Value

Output only. Value of the field in string format. Acceptable values are strings or numbers.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX