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

public sealed class FetchBackupPlanAssociationsForResourceTypeResponse : IPageResponse<BackupPlanAssociation>, IEnumerable<BackupPlanAssociation>, IEnumerable, IMessage<FetchBackupPlanAssociationsForResourceTypeResponse>, IEquatable<FetchBackupPlanAssociationsForResourceTypeResponse>, IDeepCloneable<FetchBackupPlanAssociationsForResourceTypeResponse>, IBufferMessage, IMessage

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

Response for the FetchBackupPlanAssociationsForResourceType method.

Inheritance

object > FetchBackupPlanAssociationsForResourceTypeResponse

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

FetchBackupPlanAssociationsForResourceTypeResponse()

public FetchBackupPlanAssociationsForResourceTypeResponse()

FetchBackupPlanAssociationsForResourceTypeResponse(FetchBackupPlanAssociationsForResourceTypeResponse)

public FetchBackupPlanAssociationsForResourceTypeResponse(FetchBackupPlanAssociationsForResourceTypeResponse other)
Parameter
Name Description
other FetchBackupPlanAssociationsForResourceTypeResponse

Properties

BackupPlanAssociations

public RepeatedField<BackupPlanAssociation> BackupPlanAssociations { get; }

Output only. The BackupPlanAssociations from the specified parent.

Property Value
Type Description
RepeatedFieldBackupPlanAssociation

NextPageToken

public string NextPageToken { get; set; }

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<BackupPlanAssociation> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorBackupPlanAssociation