Class CreateProfileRequest

public sealed class CreateProfileRequest : IMessage<CreateProfileRequest>, IEquatable<CreateProfileRequest>, IDeepCloneable<CreateProfileRequest>, IBufferMessage, IMessage

Create profile request.

Inheritance

Object > CreateProfileRequest

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

CreateProfileRequest()

public CreateProfileRequest()

CreateProfileRequest(CreateProfileRequest)

public CreateProfileRequest(CreateProfileRequest other)
Parameter
NameDescription
otherCreateProfileRequest

Properties

Parent

public string Parent { get; set; }

Required. The name of the tenant this profile belongs to.

The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".

Property Value
TypeDescription
String

ParentAsTenantName

public TenantName ParentAsTenantName { get; set; }

TenantName-typed view over the Parent resource name property.

Property Value
TypeDescription
TenantName

Profile

public Profile Profile { get; set; }

Required. The profile to be created.

Property Value
TypeDescription
Profile