Class GetModelRequest

    • Method Detail

      • restApiId

        public final String restApiId()

        The RestApi identifier under which the Model exists.

        Returns:
        The RestApi identifier under which the Model exists.
      • modelName

        public final String modelName()

        The name of the model as an identifier.

        Returns:
        The name of the model as an identifier.
      • flatten

        public final Boolean flatten()

        A query parameter of a Boolean value to resolve (true) all external model references and returns a flattened model schema or not (false) The default is false.

        Returns:
        A query parameter of a Boolean value to resolve (true) all external model references and returns a flattened model schema or not (false) The default is false.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object