Class BatchCreateRowsResponse
Response message for TablesService.BatchCreateRows.
Implements
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class BatchCreateRowsResponse : IMessage<BatchCreateRowsResponse>, IEquatable<BatchCreateRowsResponse>, IDeepCloneable<BatchCreateRowsResponse>, IBufferMessage, IMessage
Constructors
BatchCreateRowsResponse()
Declaration
public BatchCreateRowsResponse()
BatchCreateRowsResponse(BatchCreateRowsResponse)
Declaration
public BatchCreateRowsResponse(BatchCreateRowsResponse other)
Parameters
Type | Name | Description |
---|---|---|
BatchCreateRowsResponse | other |
Properties
Rows
The created rows.
Declaration
public RepeatedField<Row> Rows { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Row> |