module:model/DiagnosticsSettingsInformation

module:model/DiagnosticsSettingsInformation

new module:model/DiagnosticsSettingsInformation()

Source:

Constructs a new DiagnosticsSettingsInformation.

Members

(inner) apiRequestLogging :String

Source:

When set to true, enables API request logging for the user.

Type:
  • String

(inner) apiRequestLogMaxEntries :String

Source:

Specifies the maximum number of API requests to log.

Type:
  • String

(inner) apiRequestLogRemainingEntries :String

Source:

Indicates the remaining number of API requests that can be logged.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/DiagnosticsSettingsInformation}

Source:

Constructs a DiagnosticsSettingsInformation from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/DiagnosticsSettingsInformation

Optional instance to populate.

Returns:

The populated DiagnosticsSettingsInformation instance.

Type
module:model/DiagnosticsSettingsInformation