FreeformTagFilterEntry

class oci.fleet_software_update.models.FreeformTagFilterEntry(**kwargs)

Bases: object

Freeform Tag filter entry.

Methods

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

Attributes

key [Required] Gets the key of this FreeformTagFilterEntry.
value [Required] Gets the value of this FreeformTagFilterEntry.
__init__(**kwargs)

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

Parameters:
  • key (str) – The value to assign to the key property of this FreeformTagFilterEntry.
  • value (str) – The value to assign to the value property of this FreeformTagFilterEntry.
key

[Required] Gets the key of this FreeformTagFilterEntry. Freeform tag key.

Returns:The key of this FreeformTagFilterEntry.
Return type:str
value

[Required] Gets the value of this FreeformTagFilterEntry. Freeform tag value.

Returns:The value of this FreeformTagFilterEntry.
Return type:str