v1CreateApiKeysRequest constructor
const
v1CreateApiKeysRequest({
- required String type,
- required String timestampMs,
- required String organizationId,
- required v1CreateApiKeysIntentV2 parameters,
Implementation
const v1CreateApiKeysRequest({
required this.type,
required this.timestampMs,
required this.organizationId,
required this.parameters,
});