InjectCredentialsRequest.fromJson constructor
InjectCredentialsRequest.fromJson(
- Map json_
Implementation
InjectCredentialsRequest.fromJson(core.Map json_)
: this(
clusterUuid: json_['clusterUuid'] as core.String?,
credentialsCiphertext: json_['credentialsCiphertext'] as core.String?,
);