GoogleCloudApigeeV1ConnectorsPlatformConfig.fromJson constructor

GoogleCloudApigeeV1ConnectorsPlatformConfig.fromJson(
  1. Map json_
)

Implementation

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