PromoteClusterRequest.fromJson constructor

PromoteClusterRequest.fromJson(
  1. Map json_
)

Implementation

PromoteClusterRequest.fromJson(core.Map json_)
    : this(
        etag: json_['etag'] as core.String?,
        requestId: json_['requestId'] as core.String?,
        validateOnly: json_['validateOnly'] as core.bool?,
      );