Show / Hide Table of Contents

Class GetAutofeedSettingsRequest

Request message for the GetAutofeedSettings method.

Inheritance
object
GetAutofeedSettingsRequest
Implements
IMessage<GetAutofeedSettingsRequest>
IEquatable<GetAutofeedSettingsRequest>
IDeepCloneable<GetAutofeedSettingsRequest>
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 GetAutofeedSettingsRequest : IMessage<GetAutofeedSettingsRequest>, IEquatable<GetAutofeedSettingsRequest>, IDeepCloneable<GetAutofeedSettingsRequest>, IBufferMessage, IMessage

Constructors

GetAutofeedSettingsRequest()

Declaration
public GetAutofeedSettingsRequest()

GetAutofeedSettingsRequest(GetAutofeedSettingsRequest)

Declaration
public GetAutofeedSettingsRequest(GetAutofeedSettingsRequest other)
Parameters
Type Name Description
GetAutofeedSettingsRequest other

Properties

AutofeedSettingsName

AutofeedSettingsName-typed view over the Name resource name property.

Declaration
public AutofeedSettingsName AutofeedSettingsName { get; set; }
Property Value
Type Description
AutofeedSettingsName

Name

Required. 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