Class MeteredPricingPlan
Metered pricing plan.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class MeteredPricingPlan : PricingPlan
Properties
ExtendedMetadata
Declaration
[JsonProperty(PropertyName = "extendedMetadata")]
public Dictionary<string, string> ExtendedMetadata { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Additional metadata key/value pairs for the metering pricing. |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MeteredPricingPlan.NameEnum? Name { get; set; }
Property Value
Type | Description |
---|---|
MeteredPricingPlan.NameEnum? | The listing's pricing plan name. |
Remarks
Required