Class Region
The model for regions supported by a listing and package.
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class RegionProperties
Code
Declaration
[JsonProperty(PropertyName = "code")]
public string Code { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The code of the region. | 
Countries
Declaration
[JsonProperty(PropertyName = "countries")]
public List<Item> Countries { get; set; }Property Value
| Type | Description | 
|---|---|
| List<Item> | Countries in the region. | 
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the region. |