ResetNsxCredentialsRequest.fromJson constructor

ResetNsxCredentialsRequest.fromJson(
  1. Map json_
)

Implementation

ResetNsxCredentialsRequest.fromJson(core.Map json_)
  : this(requestId: json_['requestId'] as core.String?);