OS/DPA version attributes

Hierarchy

  • OsDpaAttributes

Constructors

  • Constructs OS/DPA version attributes

    Parameters

    • beta: null | boolean

      true if the version is beta, false otherwise, null if it does not matter

    • obsolete: null | boolean

      true if the version is obsolete, false otherwise, null if it does not matter

    Returns OsDpaAttributes

Properties

beta: null | boolean
obsolete: null | boolean

Methods

  • Returns DPA attributes as query parameters for OS&DPA endpoint

    Returns Record<string, boolean>

    Query parameters

  • Returns OS attributes as query parameters for OS&DPA endpoint

    Returns Record<string, boolean>

    Query parameters

  • Returns OS/DPA attributes as query parameters

    Returns Record<string, boolean>

    Query parameters

  • Serializes OS/DPA attributes to the API request

    Returns number

    Raw OS/DPA attributes

  • Serializes OS/DPA attributes mask to the API request

    Returns number

    Raw OS/DPA attributes mask

  • Deserializes OS/DPA attributes from the API response

    Parameters

    • raw: number

      Raw OS/DPA attributes

    Returns OsDpaAttributes

Generated using TypeDoc