Show / Hide Table of Contents

Class CreateOmnichannelSettingRequest

Request message for the CreateOmnichannelSetting method.

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

Constructors

CreateOmnichannelSettingRequest()

Declaration
public CreateOmnichannelSettingRequest()

CreateOmnichannelSettingRequest(CreateOmnichannelSettingRequest)

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

Properties

OmnichannelSetting

Required. The omnichannel setting to create.

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

Parent

Required. The parent resource where this omnichannel setting will be created. Format: accounts/{account}

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
In this article
Back to top Generated by DocFX