Item

class oci.marketplace.models.Item(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new Item object with values from keyword arguments.

Attributes

code Gets the code of this Item.
name Gets the name of this Item.
__init__(**kwargs)

Initializes a new Item object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this Item.
  • code (str) – The value to assign to the code property of this Item.
code

Gets the code of this Item. A code assigned to the item.

Returns:The code of this Item.
Return type:str
name

Gets the name of this Item. The name of the item.

Returns:The name of this Item.
Return type:str