Show / Hide Table of Contents

Class ResultMetadata

Metadata of result field.

Inheritance
object
ResultMetadata
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.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ResultMetadata : IDirectResponseSchema

Properties

DataType

The data type of the field.

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

DefaultValue

The following field specifies the default value of the Parameter provided by the external system if a value is not provided.

Declaration
[JsonProperty("defaultValue")]
public virtual object DefaultValue { get; set; }
Property Value
Type Description
object

Description

A brief description of the field.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

Field

Name of the result field.

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

JsonSchema

JsonSchema representation of this action's result

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

Nullable

Specifies whether a null value is allowed.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX