Skip to main content

MyData

This class represents a data structure with string, float, and boolean fields. It is designed to hold and manage these specific data types.

Attributes

  • some_string: string

    • Represents a string value.
  • some_float: float

    • Represents a floating-point number.
  • some_bool: boolean

    • Represents a boolean value.