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