Skip to content

Commit

Permalink
add types
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Sep 10, 2023
1 parent c05aef6 commit c0e7a54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/management/__generated/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13382,6 +13382,16 @@ export interface GetMembersRequest {
*
*/
take?: number;
/**
* Comma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields.
*
*/
fields?: string;
/**
* Whether specified fields are to be included (true) or excluded (false).
*
*/
include_fields?: boolean;
}
/**
*
Expand Down

0 comments on commit c0e7a54

Please sign in to comment.