Class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaConfiguredInsightResponse
The response for the configured insight.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaConfiguredInsightResponse : IDirectResponseSchema
Properties
AppliedConfig
Output only. Applied insight config to generate the result data rows.
Declaration
[JsonProperty("appliedConfig")]
public virtual GoogleCloudBeyondcorpSaasplatformInsightsV1alphaAppliedConfig AppliedConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudBeyondcorpSaasplatformInsightsV1alphaAppliedConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Output only. Next page token to be fetched. Set to empty or NULL if there are no more pages available.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Rows
Output only. Result rows returned containing the required value(s) for configured insight.
Declaration
[JsonProperty("rows")]
public virtual IList<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRow> Rows { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRow> |