StartIPRotationRequest.fromJson constructor

StartIPRotationRequest.fromJson(
  1. Map json_
)

Implementation

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