Reference documentation and code samples for the App Optimize V1BETA API class Google::Cloud::Appoptimize::V1beta::ListReportsResponse.
Response message for the ListReports method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token that can be sent as
page_tokento retrieve the next page. If this field is empty, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token that can be sent as
page_tokento retrieve the next page. If this field is empty, there are no subsequent pages.
Returns
-
(::String) — A token that can be sent as
page_tokento retrieve the next page. If this field is empty, there are no subsequent pages.
#reports
def reports() -> ::Array<::Google::Cloud::Appoptimize::V1beta::Report>
Returns
- (::Array<::Google::Cloud::Appoptimize::V1beta::Report>) — The list of reports.
#reports=
def reports=(value) -> ::Array<::Google::Cloud::Appoptimize::V1beta::Report>
Parameter
- value (::Array<::Google::Cloud::Appoptimize::V1beta::Report>) — The list of reports.
Returns
- (::Array<::Google::Cloud::Appoptimize::V1beta::Report>) — The list of reports.