Module dynamic_fields

Module dynamic_fields 

Source
Expand description

High-level API for listing dynamic fields.

§Available Read Mask Fields

  • kind - the kind of dynamic field (field or object)
  • parent - the parent object ID
  • field_id - the field object ID
  • child_id - the child object ID (for dynamic object fields)
  • name - BCS-encoded field name
  • value - BCS-encoded field value
  • value_type - the Move type of the value
  • field_object - the full field object (sub-fields match GetObjects)
  • child_object - the full child object (sub-fields match GetObjects)

Structs§

ListDynamicFieldsQuery
Builder for listing dynamic fields of a parent object.