ApiKeysInput constructor
ApiKeysInput({})
Returns a new ApiKeysInput instance.
Implementation
ApiKeysInput({
this.userId,
required this.companyId,
required this.roleId,
this.name,
this.expirationDateUtc,
});
Returns a new ApiKeysInput instance.
ApiKeysInput({
this.userId,
required this.companyId,
required this.roleId,
this.name,
this.expirationDateUtc,
});