Data Analytics API with Gemini v1beta API - Class ExecutedQueryResult.Types.Value (1.0.0-beta05)

public sealed class ExecutedQueryResult.Types.Value : IMessage<ExecutedQueryResult.Types.Value>, IEquatable<ExecutedQueryResult.Types.Value>, IDeepCloneable<ExecutedQueryResult.Types.Value>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class ExecutedQueryResult.Types.Value.

Represents a single value within a row.

Inheritance

object > ExecutedQueryResult.Types.Value

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

Value()

public Value()

Value(Value)

public Value(ExecutedQueryResult.Types.Value other)
Parameter
Name Description
other ExecutedQueryResultTypesValue

Properties

Value_

public string Value_ { get; set; }

The cell value, represented in a string format. Timestamps could be formatted, for example, using RFC3339Nano. This field is used if the value is not null.

Property Value
Type Description
string