GoogleCloudApigeeV1ConnectorsPlatformConfig.fromJson constructor
GoogleCloudApigeeV1ConnectorsPlatformConfig.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1ConnectorsPlatformConfig.fromJson(core.Map json_)
: this(
enabled: json_.containsKey('enabled')
? json_['enabled'] as core.bool
: null,
expiresAt: json_.containsKey('expiresAt')
? json_['expiresAt'] as core.String
: null,
);