GoogleCloudApigeeV1OperationGroup.fromJson constructor

GoogleCloudApigeeV1OperationGroup.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1OperationGroup.fromJson(core.Map json_)
    : this(
        operationConfigType: json_['operationConfigType'] as core.String?,
        operationConfigs: (json_['operationConfigs'] as core.List?)
            ?.map((value) => GoogleCloudApigeeV1OperationConfig.fromJson(
                value as core.Map<core.String, core.dynamic>))
            .toList(),
      );