Show / Hide Table of Contents

Class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRow

Row of the fetch response consisting of a set of entries.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldValues

Output only. Columns/entries/key-vals in the result.

Declaration
[JsonProperty("fieldValues")]
public virtual IList<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRowFieldVal> FieldValues { get; set; }
Property Value
Type Description
IList<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRowFieldVal>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX