Package version:

Interface GalleriesGetOptionalParams

Optional parameters.

interface GalleriesGetOptionalParams {
    expand?: string;
    select?: string;
}

Hierarchy

  • unknown
    • GalleriesGetOptionalParams

Properties

Properties

expand?: string

The expand query option to apply on the operation.

select?: string

The select expression to apply on the operation.