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