/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface EntityGroupGetRequest { /** Return simple key/value metadata for the specified keys for the entities in the group. For more complex metadata, use the Metadata API. */ returnEntityMetadata?: string | string[]; }