GoogleCloudApigeeV1ResourceFiles.fromJson constructor
GoogleCloudApigeeV1ResourceFiles.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1ResourceFiles.fromJson(core.Map json_)
: this(
resourceFile: (json_['resourceFile'] as core.List?)
?.map((value) => GoogleCloudApigeeV1ResourceFile.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);