Interface protos.google.cloud.managedidentities.v1beta1.IListDomainsRequest (1.0.7)

Properties of a ListDomainsRequest.

Package

@google-cloud/managed-identities!

Properties

filter

filter?: (string|null);

ListDomainsRequest filter

Property Value
TypeDescription
(string|null)

orderBy

orderBy?: (string|null);

ListDomainsRequest orderBy

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListDomainsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListDomainsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListDomainsRequest parent

Property Value
TypeDescription
(string|null)