Show / Hide Table of Contents

Class InsertShippingSettingsRequest

Request message for the InsertShippingSetting method.

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

Constructors

InsertShippingSettingsRequest()

Declaration
public InsertShippingSettingsRequest()

InsertShippingSettingsRequest(InsertShippingSettingsRequest)

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

Properties

Parent

Required. The account for which this shipping setting will be inserted. If you are using an advanced account, you must specify the unique identifier of the sub-account for which you want to insert the shipping setting. Format: accounts/{ACCOUNT_ID}

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

ParentAsAccountName

AccountName-typed view over the Parent resource name property.

Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type Description
AccountName

ShippingSetting

Required. The new version of the account.

Declaration
public ShippingSettings ShippingSetting { get; set; }
Property Value
Type Description
ShippingSettings
In this article
Back to top Generated by DocFX