Class UpdateAutomaticImprovementsRequest
Request message for the UpdateAutomaticImprovements method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class UpdateAutomaticImprovementsRequest : IMessage<UpdateAutomaticImprovementsRequest>, IEquatable<UpdateAutomaticImprovementsRequest>, IDeepCloneable<UpdateAutomaticImprovementsRequest>, IBufferMessage, IMessage
Constructors
UpdateAutomaticImprovementsRequest()
Declaration
public UpdateAutomaticImprovementsRequest()
UpdateAutomaticImprovementsRequest(UpdateAutomaticImprovementsRequest)
Declaration
public UpdateAutomaticImprovementsRequest(UpdateAutomaticImprovementsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateAutomaticImprovementsRequest | other |
Properties
AutomaticImprovements
Required. The new version of the automatic imrovements.
Declaration
public AutomaticImprovements AutomaticImprovements { get; set; }
Property Value
| Type | Description |
|---|---|
| AutomaticImprovements |
UpdateMask
Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
item_updatesitem_updates.account_level_settingsimage_improvementsimage_improvements.account_level_settingsshipping_improvementsshipping_improvements.allow_shipping_improvements
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldMask |