DataResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Retrieved data.
Attributes |
|
---|---|
Name | Description |
name |
str
Optional. A snake-case name for the data result that reflects its contents. The name is used to pass the result around by reference, and serves as a signal about its meaning. - Example: "total_sales_by_product" - Example: "sales_for_product_12345". |
schema |
google.cloud.geminidataanalytics_v1beta.types.Schema
Optional. The schema of the data. |
data |
MutableSequence[google.protobuf.struct_pb2.Struct]
Optional. The content of the data. Each row is a struct that matches the schema. Simple values are represented as strings, while nested structures are represented as lists or structs. |