public sealed class CreateProfileRequest : IMessage<CreateProfileRequest>, IEquatable<CreateProfileRequest>, IDeepCloneable<CreateProfileRequest>, IBufferMessage, IMessageCreate profile request.
Implements
IMessage<CreateProfileRequest>, IEquatable<CreateProfileRequest>, IDeepCloneable<CreateProfileRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
CreateProfileRequest()
public CreateProfileRequest()CreateProfileRequest(CreateProfileRequest)
public CreateProfileRequest(CreateProfileRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateProfileRequest |
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 | |
|---|---|
| Type | Description |
String |
|
ParentAsTenantName
public TenantName ParentAsTenantName { get; set; }TenantName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
TenantName |
|
Profile
public Profile Profile { get; set; }Required. The profile to be created.
| Property Value | |
|---|---|
| Type | Description |
Profile |
|