GoogleCloudApihubV1ApigeeEdgeConfig.fromJson constructor
GoogleCloudApihubV1ApigeeEdgeConfig.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1ApigeeEdgeConfig.fromJson(core.Map json_)
: this(
environmentFilter: json_.containsKey('environmentFilter')
? GoogleCloudApihubV1EnvironmentFilter.fromJson(
json_['environmentFilter']
as core.Map<core.String, core.dynamic>,
)
: null,
);