GoldengateOciObjectStorageConnectionProperties.fromJson constructor
GoldengateOciObjectStorageConnectionProperties.fromJson(
- Map json_
Implementation
GoldengateOciObjectStorageConnectionProperties.fromJson(core.Map json_)
: this(
privateKeyFile: json_['privateKeyFile'] as core.String?,
privateKeyPassphraseSecret:
json_['privateKeyPassphraseSecret'] as core.String?,
publicKeyFingerprint: json_['publicKeyFingerprint'] as core.String?,
region: json_['region'] as core.String?,
technologyType: json_['technologyType'] as core.String?,
tenancyId: json_['tenancyId'] as core.String?,
useResourcePrincipal: json_['useResourcePrincipal'] as core.bool?,
userId: json_['userId'] as core.String?,
);