Google Cloud Talent Solution v4 API - Class ListTenantsRequest (2.5.0)

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

Reference documentation and code samples for the Google Cloud Talent Solution v4 API class ListTenantsRequest.

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
int

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