Class UpdateCompanyRequest
Input only. Request for updating a specified company.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class UpdateCompanyRequest : IDirectResponseSchema
Properties
Company
Required. The company resource to replace the current resource in the system.
Declaration
[JsonProperty("company")]
public virtual Company Company { get; set; }
Property Value
Type | Description |
---|---|
Company |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateMask
Optional but strongly recommended for the best service experience. If update_mask is provided, only the specified fields in company are updated. Otherwise all the fields are updated. A field mask to specify the company fields to be updated. Only top level fields of Company are supported.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |