public sealed class ExecutedQueryResult.Types.Value : IMessage<ExecutedQueryResult.Types.Value>, IEquatable<ExecutedQueryResult.Types.Value>, IDeepCloneable<ExecutedQueryResult.Types.Value>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1beta API class ExecutedQueryResult.Types.Value.
Represents a single value within a row.
Implements
IMessageExecutedQueryResultTypesValue, IEquatableExecutedQueryResultTypesValue, IDeepCloneableExecutedQueryResultTypesValue, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
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 |
|