InjectCredentialsRequest.fromJson constructor

InjectCredentialsRequest.fromJson(
  1. Map json_
)

Implementation

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