GoogleCloudApigeeV1ReportInstanceStatusRequest.fromJson constructor
GoogleCloudApigeeV1ReportInstanceStatusRequest.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1ReportInstanceStatusRequest.fromJson(core.Map json_)
: this(
instanceUid: json_['instanceUid'] as core.String?,
reportTime: json_['reportTime'] as core.String?,
resources: (json_['resources'] as core.List?)
?.map((value) => GoogleCloudApigeeV1ResourceStatus.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);