GoogleCloudApigeeV1RuntimeTraceConfigOtelMtlsConfig.fromJson constructor
GoogleCloudApigeeV1RuntimeTraceConfigOtelMtlsConfig.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1RuntimeTraceConfigOtelMtlsConfig.fromJson(core.Map json_)
: this(
keyAlias: json_['keyAlias'] as core.String?,
keyAliasReference: json_.containsKey('keyAliasReference')
? GoogleCloudApigeeV1KeyAliasReference.fromJson(
json_['keyAliasReference']
as core.Map<core.String, core.dynamic>,
)
: null,
trustStore: json_['trustStore'] as core.String?,
);