public sealed class GetProfileRequest : IMessage<GetProfileRequest>, IEquatable<GetProfileRequest>, IDeepCloneable<GetProfileRequest>, IBufferMessage, IMessageGet profile request.
Implements
IMessage<GetProfileRequest>, IEquatable<GetProfileRequest>, IDeepCloneable<GetProfileRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
GetProfileRequest()
public GetProfileRequest()GetProfileRequest(GetProfileRequest)
public GetProfileRequest(GetProfileRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetProfileRequest |
Properties
Name
public string Name { get; set; }Required. Resource name of the profile to get.
The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}". For example, "projects/foo/tenants/bar/profiles/baz".
| Property Value | |
|---|---|
| Type | Description |
String |
|
ProfileName
public ProfileName ProfileName { get; set; }ProfileName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProfileName |
|