Class ReadReportResponse (0.2.0)

ReadReportResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for the ReadReport method.

Attributes

Name Description
rows MutableSequence[google.protobuf.struct_pb2.ListValue]
A list of rows, where each row represents a record from the report.
columns MutableSequence[google.cloud.appoptimize_v1beta.types.Column]
The columns describing the structure of the data in the rows field.
next_page_token str
A token that can be sent as page_token in a subsequent ReadReport request to retrieve the next page of results. If this field is empty, there are no further pages.