Show / Hide Table of Contents

Class Item

The model for an item within an array of filter values.

Inheritance
object
Item
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class Item

Properties

Code

Declaration
[JsonProperty(PropertyName = "code")]
public string Code { get; set; }
Property Value
Type Description
string

A code assigned to the item.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The name of the item.

In this article
Back to top