Struct

FoundryObjectSerializerEntry

Description [src]

struct FoundryObjectSerializerEntry {
  const char* property;
  const char* heading;
}

Used to determine what properties to serialize in command line data.

Structure members
property: const char*

The property name.

heading: const char*

The column title.