Show / Hide Table of Contents

Class AutofeedSettings

Collection of information related to the autofeed settings.

Inheritance
object
AutofeedSettings
Implements
IMessage<AutofeedSettings>
IEquatable<AutofeedSettings>
IDeepCloneable<AutofeedSettings>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.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 the business 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
In this article
Back to top Generated by DocFX