Class: Google::Cloud::Appoptimize::V1beta::GetReportRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The name of the report to retrieve.

Format: projects/{project}/locations/{location}/reports/{report_id}.

Returns:

  • (::String)

    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