Class GetProfileRequest

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

Get profile request.

Inheritance

Object > GetProfileRequest

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

GetProfileRequest()

public GetProfileRequest()

GetProfileRequest(GetProfileRequest)

public GetProfileRequest(GetProfileRequest other)
Parameter
NameDescription
otherGetProfileRequest

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
TypeDescription
String

ProfileName

public ProfileName ProfileName { get; set; }

ProfileName-typed view over the Name resource name property.

Property Value
TypeDescription
ProfileName