CompleteIPRotationRequest.fromJson constructor

CompleteIPRotationRequest.fromJson(
  1. Map json_
)

Implementation

CompleteIPRotationRequest.fromJson(core.Map json_)
  : this(
      clusterId: json_['clusterId'] as core.String?,
      name: json_['name'] as core.String?,
      projectId: json_['projectId'] as core.String?,
      zone: json_['zone'] as core.String?,
    );