Show / Hide Table of Contents

Class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsightMetadataField

Field metadata. Commonly understandable name and description for the field. Multiple such fields constitute the Insight.

Inheritance
object
GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsightMetadataField
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 GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsightMetadataField : IDirectResponseSchema

Properties

Description

Output only. Description of the field.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Output only. Name of the field.

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

FilterAlias

Output only. Field name to be used in filter while requesting configured insight filtered on this field.

Declaration
[JsonProperty("filterAlias")]
public virtual string FilterAlias { get; set; }
Property Value
Type Description
string

Filterable

Output only. Indicates whether the field can be used for filtering.

Declaration
[JsonProperty("filterable")]
public virtual bool? Filterable { get; set; }
Property Value
Type Description
bool?

Groupable

Output only. Indicates whether the field can be used for grouping in custom grouping request.

Declaration
[JsonProperty("groupable")]
public virtual bool? Groupable { get; set; }
Property Value
Type Description
bool?

Id

Output only. Field id for which this is the metadata.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX