ListPlatformsRequest: {
    backendName?: string;
    name?: string;
    orderBy?: ListPlatformsRequestOrderBy;
    page?: number;
    pageSize?: number;
    platformTechnology?: PlatformTechnology;
    platformType?: PlatformType;
    providerName?: string;
}

Type declaration

  • OptionalbackendName?: string

    List platforms with this backend name.

  • Optionalname?: string

    List platforms with this name.

  • OptionalorderBy?: ListPlatformsRequestOrderBy

    Sort order of the returned platforms.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Maximum number of platforms to return per page.

  • OptionalplatformTechnology?: PlatformTechnology

    List platforms with this technology.

  • OptionalplatformType?: PlatformType

    List platforms with this type.

  • OptionalproviderName?: string

    List platforms with this provider name.