Class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRow
Row of the fetch response consisting of a set of entries.
Implements
Inherited Members
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> |