Show / Hide Table of Contents

Class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaConfiguredInsightResponse

The response for the configured insight.

Inheritance
object
GoogleCloudBeyondcorpSaasplatformInsightsV1alphaConfiguredInsightResponse
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX