Class UpdateTenantRequest (2.0.0)

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

Request for updating a specified tenant.

Inheritance

Object > UpdateTenantRequest

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

UpdateTenantRequest()

public UpdateTenantRequest()

UpdateTenantRequest(UpdateTenantRequest)

public UpdateTenantRequest(UpdateTenantRequest other)
Parameter
NameDescription
otherUpdateTenantRequest

Properties

Tenant

public Tenant Tenant { get; set; }

Required. The tenant resource to replace the current resource in the system.

Property Value
TypeDescription
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
TypeDescription
FieldMask