Class UpdateOmnichannelSettingRequest
Request message for the UpdateOmnichannelSetting method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class UpdateOmnichannelSettingRequest : IMessage<UpdateOmnichannelSettingRequest>, IEquatable<UpdateOmnichannelSettingRequest>, IDeepCloneable<UpdateOmnichannelSettingRequest>, IBufferMessage, IMessage
Constructors
UpdateOmnichannelSettingRequest()
Declaration
public UpdateOmnichannelSettingRequest()
UpdateOmnichannelSettingRequest(UpdateOmnichannelSettingRequest)
Declaration
public UpdateOmnichannelSettingRequest(UpdateOmnichannelSettingRequest other)
Parameters
Type | Name | Description |
---|---|---|
UpdateOmnichannelSettingRequest | other |
Properties
OmnichannelSetting
Required. The omnichannel setting to update.
The omnichannel setting's name
field is used to identify the
omnichannel setting to be updated.
Declaration
public OmnichannelSetting OmnichannelSetting { get; set; }
Property Value
Type | Description |
---|---|
OmnichannelSetting |
UpdateMask
Required. The list of fields to be updated.
The following fields are supported in snake_case only:
lsf_type
in_stock
pickup
odo
about
inventory_verification
Full replacement with wildcard *
is supported, while empty/implied update
mask is not.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
FieldMask |