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

The property name.

heading

The column title.