public sealed class GetReportRequest : IMessage<GetReportRequest>, IEquatable<GetReportRequest>, IDeepCloneable<GetReportRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GetReportRequest.
A request to get a Report.
Implements
IMessageGetReportRequest, IEquatableGetReportRequest, IDeepCloneableGetReportRequest, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
GetReportRequest()
public GetReportRequest()
GetReportRequest(GetReportRequest)
public GetReportRequest(GetReportRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetReportRequest |
Properties
Name
public string Name { get; set; }
Required. Name of the resource.
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 |
View
public ReportView View { get; set; }
Determines what information to retrieve for the Report.
Property Value | |
---|---|
Type | Description |
ReportView |