PromoteClusterRequest.fromJson constructor
PromoteClusterRequest.fromJson(
- 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?,
);