Migration Center v1 API - Class GetReportRequest (1.0.0)

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.

Inheritance

object > GetReportRequest

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

GetReportRequest()

public GetReportRequest()

GetReportRequest(GetReportRequest)

public GetReportRequest(GetReportRequest other)
Parameter
NameDescription
otherGetReportRequest

Properties

Name

public string Name { get; set; }

Required. Name of the resource.

Property Value
TypeDescription
string

ReportName

public ReportName ReportName { get; set; }

ReportName-typed view over the Name resource name property.

Property Value
TypeDescription
ReportName

View

public ReportView View { get; set; }

Determines what information to retrieve for the Report.

Property Value
TypeDescription
ReportView