Show / Hide Table of Contents

Class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaListInsightsResponse

The response for the list of insights.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX