GoogleCloudApigeeV1ApiSecurityConfig.fromJson constructor

GoogleCloudApigeeV1ApiSecurityConfig.fromJson(
  1. Map json_
)

Implementation

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