removeTagsFromBinaryDataByIDs method

ResponseFuture<RemoveTagsFromBinaryDataByIDsResponse> removeTagsFromBinaryDataByIDs(
  1. RemoveTagsFromBinaryDataByIDsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.RemoveTagsFromBinaryDataByIDsResponse> removeTagsFromBinaryDataByIDs($3.RemoveTagsFromBinaryDataByIDsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeTagsFromBinaryDataByIDs, request, options: options);
}