Backup and DR Service v1 API - Class GetBackupPlanRevisionRequest (2.2.0)

public sealed class GetBackupPlanRevisionRequest : IMessage<GetBackupPlanRevisionRequest>, IEquatable<GetBackupPlanRevisionRequest>, IDeepCloneable<GetBackupPlanRevisionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup and DR Service v1 API class GetBackupPlanRevisionRequest.

The request message for getting a BackupPlanRevision.

Inheritance

object > GetBackupPlanRevisionRequest

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

GetBackupPlanRevisionRequest()

public GetBackupPlanRevisionRequest()

GetBackupPlanRevisionRequest(GetBackupPlanRevisionRequest)

public GetBackupPlanRevisionRequest(GetBackupPlanRevisionRequest other)
Parameter
Name Description
other GetBackupPlanRevisionRequest

Properties

BackupPlanRevisionName

public BackupPlanRevisionName BackupPlanRevisionName { get; set; }

BackupPlanRevisionName-typed view over the Name resource name property.

Property Value
Type Description
BackupPlanRevisionName

Name

public string Name { get; set; }

Required. The resource name of the BackupPlanRevision to retrieve.

Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision}

Property Value
Type Description
string