FieldValue

class oci.log_analytics.models.FieldValue(**kwargs)

Bases: object

Field value representing and entry in a list-of-values field.

Methods

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

Attributes

display_value Gets the display_value of this FieldValue.
internal_value Gets the internal_value of this FieldValue.
is_deleted Gets the is_deleted of this FieldValue.
__init__(**kwargs)

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

Parameters:
  • display_value (str) – The value to assign to the display_value property of this FieldValue.
  • internal_value (object) – The value to assign to the internal_value property of this FieldValue.
  • is_deleted (bool) – The value to assign to the is_deleted property of this FieldValue.
display_value

Gets the display_value of this FieldValue. Display representation of the field value.

Returns:The display_value of this FieldValue.
Return type:str
internal_value

Gets the internal_value of this FieldValue. Internal representation of the field value.

Returns:The internal_value of this FieldValue.
Return type:object
is_deleted

Gets the is_deleted of this FieldValue. Denotes if this list-of-values value has been marked as deleted.

Returns:The is_deleted of this FieldValue.
Return type:bool