interface ResponseRetrieveParams {
    include?: ResponseIncludable[];
}

Properties

Properties

include?: ResponseIncludable[]

Additional fields to include in the response. See the include parameter for Response creation above for more information.