#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for BatchUpdateTableRowsOutput
Implementations
The updated workbook cursor after adding the new rows at the end of the table.
The updated workbook cursor after adding the new rows at the end of the table.
Appends an item to failed_batch_items.
To override the contents of this collection use set_failed_batch_items.
The list of batch items in the request that could not be updated in the table. Each element in this list contains one item from the request that could not be updated in the table along with the reason why that item could not be updated.
The list of batch items in the request that could not be updated in the table. Each element in this list contains one item from the request that could not be updated in the table along with the reason why that item could not be updated.
Consumes the builder and constructs a BatchUpdateTableRowsOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
