ConfluentCloud.fromJson constructor

ConfluentCloud.fromJson(
  1. Map json_
)

Implementation

ConfluentCloud.fromJson(core.Map json_)
    : this(
        bootstrapServer: json_['bootstrapServer'] as core.String?,
        clusterId: json_['clusterId'] as core.String?,
        gcpServiceAccount: json_['gcpServiceAccount'] as core.String?,
        identityPoolId: json_['identityPoolId'] as core.String?,
        state: json_['state'] as core.String?,
        topic: json_['topic'] as core.String?,
      );