public sealed class UpdateTenantRequest : IMessage<UpdateTenantRequest>, IEquatable<UpdateTenantRequest>, IDeepCloneable<UpdateTenantRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Talent Solution v4 API class UpdateTenantRequest.
Request for updating a specified tenant.
Implements
IMessageUpdateTenantRequest, IEquatableUpdateTenantRequest, IDeepCloneableUpdateTenantRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
UpdateTenantRequest()
public UpdateTenantRequest()UpdateTenantRequest(UpdateTenantRequest)
public UpdateTenantRequest(UpdateTenantRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateTenantRequest |
Properties
Tenant
public Tenant Tenant { get; set; }Required. The tenant resource to replace the current resource in the system.
| Property Value | |
|---|---|
| Type | Description |
Tenant |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Strongly recommended for the best service experience.
If [update_mask][google.cloud.talent.v4.UpdateTenantRequest.update_mask] is provided, only the specified fields in [tenant][google.cloud.talent.v4.UpdateTenantRequest.tenant] are updated. Otherwise all the fields are updated.
A field mask to specify the tenant fields to be updated. Only top level fields of [Tenant][google.cloud.talent.v4.Tenant] are supported.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|