Class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaListInsightsResponse
The response for the list of insights.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaListInsightsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Insights
Output only. List of all insights.
Declaration
[JsonProperty("insights")]
public virtual IList<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight> Insights { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight> |
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 |