Class: Google::Cloud::Appoptimize::V1beta::GetReportRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Appoptimize::V1beta::GetReportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/appoptimize/v1beta/app_optimize.rb
Overview
Request message for the GetReport method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the report to retrieve.
Format: projects/{project}/locations/{location}/reports/{report_id}.
179 180 181 182 |
# File 'proto_docs/google/cloud/appoptimize/v1beta/app_optimize.rb', line 179 class GetReportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |