Class CreateOmnichannelSettingRequest
Request message for the CreateOmnichannelSetting method.
Implements
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 |