GoogleCloudApigeeV1RuntimeApiSecurityConfig.fromJson constructor

GoogleCloudApigeeV1RuntimeApiSecurityConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1RuntimeApiSecurityConfig.fromJson(core.Map json_)
  : this(enabled: json_['enabled'] as core.bool?);