Class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsightMetadata
Insight filters, groupings and aggregations that can be applied for the insight. Examples: aggregations, groups, field filters.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsightMetadata : IDirectResponseSchema
Properties
Aggregations
Output only. List of aggregation types available for insight.
Declaration
[JsonProperty("aggregations")]
public virtual IList<string> Aggregations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Category
Output only. Category of the insight.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Output only. Common name of the insight.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fields
Output only. List of fields available for insight.
Declaration
[JsonProperty("fields")]
public virtual IList<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsightMetadataField> Fields { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsightMetadataField> |
Groups
Output only. List of groupings available for insight.
Declaration
[JsonProperty("groups")]
public virtual IList<string> Groups { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SubCategory
Output only. Sub-Category of the insight.
Declaration
[JsonProperty("subCategory")]
public virtual string SubCategory { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Output only. Type of the insight. It is metadata describing whether the insight is a metric (e.g. count) or a report (e.g. list, status).
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |