ConnectorConfigurationSecret.fromJson constructor
ConnectorConfigurationSecret.fromJson(
- Map json_
Implementation
ConnectorConfigurationSecret.fromJson(core.Map json_)
: this(
plaintext: json_['plaintext'] as core.String?,
secretType: json_['secretType'] as core.String?,
);