GoldengateMicrosoftFabricConnectionProperties.fromJson constructor

GoldengateMicrosoftFabricConnectionProperties.fromJson(
  1. Map json_
)

Implementation

GoldengateMicrosoftFabricConnectionProperties.fromJson(core.Map json_)
  : this(
      clientId: json_['clientId'] as core.String?,
      clientSecret: json_['clientSecret'] as core.String?,
      endpoint: json_['endpoint'] as core.String?,
      technologyType: json_['technologyType'] as core.String?,
      tenantId: json_['tenantId'] as core.String?,
    );