Interface protos.google.cloud.clouddms.v1.IListMigrationJobsRequest (1.0.5)

Properties of a ListMigrationJobsRequest.

Package

@google-cloud/dms!

Properties

filter

filter?: (string|null);

ListMigrationJobsRequest filter

Property Value
TypeDescription
(string|null)

orderBy

orderBy?: (string|null);

ListMigrationJobsRequest orderBy

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListMigrationJobsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListMigrationJobsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListMigrationJobsRequest parent

Property Value
TypeDescription
(string|null)