AzureEventHubs.fromJson constructor

AzureEventHubs.fromJson(
  1. Map json_
)

Implementation

AzureEventHubs.fromJson(core.Map json_)
    : this(
        clientId: json_['clientId'] as core.String?,
        eventHub: json_['eventHub'] as core.String?,
        gcpServiceAccount: json_['gcpServiceAccount'] as core.String?,
        namespace: json_['namespace'] as core.String?,
        resourceGroup: json_['resourceGroup'] as core.String?,
        state: json_['state'] as core.String?,
        subscriptionId: json_['subscriptionId'] as core.String?,
        tenantId: json_['tenantId'] as core.String?,
      );