Cloud Channel V1 API - Class Google::Cloud::Channel::V1::FetchReportResultsResponse (v0.18.0)

Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::FetchReportResultsResponse.

Response message for CloudChannelReportsService.FetchReportResults. Contains a tabular representation of the report results.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
Returns

#report_metadata

def report_metadata() -> ::Google::Cloud::Channel::V1::ReportResultsMetadata
Returns

#report_metadata=

def report_metadata=(value) -> ::Google::Cloud::Channel::V1::ReportResultsMetadata
Parameter
Returns

#rows

def rows() -> ::Array<::Google::Cloud::Channel::V1::Row>
Returns

#rows=

def rows=(value) -> ::Array<::Google::Cloud::Channel::V1::Row>
Parameter
  • value (::Array<::Google::Cloud::Channel::V1::Row>) — The report's lists of values. Each row follows the settings and ordering of the columns from report_metadata.
Returns