Class DeleteProfileRequest

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

Delete profile request.

Inheritance

Object > DeleteProfileRequest

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

DeleteProfileRequest()

public DeleteProfileRequest()

DeleteProfileRequest(DeleteProfileRequest)

public DeleteProfileRequest(DeleteProfileRequest other)
Parameter
NameDescription
otherDeleteProfileRequest

Properties

Name

public string Name { get; set; }

Required. Resource name of the profile to be deleted.

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