Class ListTenantsRequest (1.4.0)

public sealed class ListTenantsRequest : IMessage<ListTenantsRequest>, IEquatable<ListTenantsRequest>, IDeepCloneable<ListTenantsRequest>, IBufferMessage, IMessage, IPageRequest

List tenants for which the client has ACL visibility.

Inheritance

Object > ListTenantsRequest

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

ListTenantsRequest()

public ListTenantsRequest()

ListTenantsRequest(ListTenantsRequest)

public ListTenantsRequest(ListTenantsRequest other)
Parameter
NameDescription
otherListTenantsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of tenants to be returned, at most 100. Default is 100 if a non-positive number is provided.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

The starting indicator from which to return results.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. Resource name of the project under which the tenant is created.

The format is "projects/{project_id}", for example, "projects/foo".

Property Value
TypeDescription
String

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName