Class AutofeedSettings
Collection of information related to the autofeed settings.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class AutofeedSettings : IMessage<AutofeedSettings>, IEquatable<AutofeedSettings>, IDeepCloneable<AutofeedSettings>, IBufferMessage, IMessage
Constructors
AutofeedSettings()
Declaration
public AutofeedSettings()
AutofeedSettings(AutofeedSettings)
Declaration
public AutofeedSettings(AutofeedSettings other)
Parameters
| Type | Name | Description |
|---|---|---|
| AutofeedSettings | other |
Properties
AutofeedSettingsName
AutofeedSettingsName-typed view over the Name resource name property.
Declaration
public AutofeedSettingsName AutofeedSettingsName { get; set; }
Property Value
| Type | Description |
|---|---|
| AutofeedSettingsName |
Eligible
Output only. Determines whether merchant is eligible for being enrolled into an autofeed.
Declaration
public bool Eligible { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
EnableProducts
Required. Enables or disables product crawling through the autofeed for the
given account. Autofeed accounts must meet certain
conditions,
which can be checked through the eligible field.
The account must not be a marketplace.
When the autofeed is enabled for the first time, the products usually
appear instantly. When re-enabling, it might take up to 24 hours for
products to appear.
Declaration
public bool EnableProducts { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Identifier. The resource name of the autofeed settings.
Format: accounts/{account}/autofeedSettings.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |