public sealed class DeleteCompanyRequest : IMessage<DeleteCompanyRequest>, IEquatable<DeleteCompanyRequest>, IDeepCloneable<DeleteCompanyRequest>, IBufferMessage, IMessage
Request to delete a company.
Inheritance
System.Object > DeleteCompanyRequestImplements
Google.Protobuf.IMessage<DeleteCompanyRequest>, System.IEquatable<DeleteCompanyRequest>, Google.Protobuf.IDeepCloneable<DeleteCompanyRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
DeleteCompanyRequest()
public DeleteCompanyRequest()
DeleteCompanyRequest(DeleteCompanyRequest)
public DeleteCompanyRequest(DeleteCompanyRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteCompanyRequest |
Properties
CompanyName
public CompanyName CompanyName { get; set; }
CompanyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
CompanyName |
Name
public string Name { get; set; }
Required. The resource name of the company to be deleted.
The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz".
Property Value | |
---|---|
Type | Description |
System.String |