Show / Hide Table of Contents

Class AutofeedSettings

Collection of information related to the autofeed settings.

Inheritance
object
AutofeedSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AutofeedSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Eligible

Output only. Determines whether merchant is eligible for being enrolled into an autofeed.

Declaration
[JsonProperty("eligible")]
public virtual 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
[JsonProperty("enableProducts")]
public virtual bool? EnableProducts { get; set; }
Property Value
Type Description
bool?

Name

Identifier. The resource name of the autofeed settings. Format: accounts/{account}/autofeedSettings.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX