Class UpdateAutomaticImprovementsRequest
Request message for the UpdateAutomaticImprovements
method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.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_updates
item_updates.account_level_settings
image_improvements
image_improvements.account_level_settings
shipping_improvements
shipping_improvements.allow_shipping_improvements
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
FieldMask |