public sealed class GetReportRequest : IMessage<GetReportRequest>, IEquatable<GetReportRequest>, IDeepCloneable<GetReportRequest>, IBufferMessage, IMessageReference documentation and code samples for the App Optimize v1beta API class GetReportRequest.
Request message for the GetReport method.
Implements
IMessageGetReportRequest, IEquatableGetReportRequest, IDeepCloneableGetReportRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AppOptimize.V1BetaAssembly
Google.Cloud.AppOptimize.V1Beta.dll
Constructors
GetReportRequest()
public GetReportRequest()GetReportRequest(GetReportRequest)
public GetReportRequest(GetReportRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetReportRequest |
Properties
Name
public string Name { get; set; }Required. The name of the report to retrieve.
Format: projects/{project}/locations/{location}/reports/{report_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReportName
public ReportName ReportName { get; set; }ReportName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ReportName |
|