ListPinsRequest: {
    orderBy?: ListPinsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
    status?: PinStatus;
    volumeId: string;
}

Type declaration

  • OptionalorderBy?: ListPinsRequestOrderBy

    Sort order of the returned Volume.

  • OptionalorganizationId?: string

    Organization ID.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Maximum number of volumes to return per page.

  • OptionalprojectId?: string

    Project ID.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionalstatus?: PinStatus

    List pins by status.

  • volumeId: string

    Volume ID of which you want to list the pins.