KeyCreationRequest

KeyCreationRequest

new KeyCreationRequest()

Version:
  • 1.0

The KeyCreationRequest model module.

Members

size :Number

Default Value:
  • 1

Key count to create

Type:
  • Number

Methods

(static) constructFromObject(data, obj) → {KeyCreationRequest}

Constructs a KeyCreationRequest 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 KeyCreationRequest

Optional instance to populate.

Returns:

The populated KeyCreationRequest instance.

Type
KeyCreationRequest

KeyCreationRequest

new KeyCreationRequest(size)

Constructs a new KeyCreationRequest. Batch Key Creation Request Schema

Parameters:
Name Type Description
size Number

Key count to create

Members

size :Number

Default Value:
  • 1

Key count to create

Type:
  • Number

Methods

(static) constructFromObject(data, obj) → {KeyCreationRequest}

Constructs a KeyCreationRequest 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 KeyCreationRequest

Optional instance to populate.

Returns:

The populated KeyCreationRequest instance.

Type
KeyCreationRequest