Show / Hide Table of Contents

Class CreateRegionRequest

Request message for the CreateRegion method.

Inheritance
object
CreateRegionRequest
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_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class CreateRegionRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Parent

Required. The account to create a region for. Format: accounts/{account}

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

Region

Required. The region to create.

Declaration
[JsonProperty("region")]
public virtual Region Region { get; set; }
Property Value
Type Description
Region

RegionId

Required. The identifier for the region, unique over all regions of the same account.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX