GoogleCloudApigeeV1SecurityActionFlag.fromJson constructor

GoogleCloudApigeeV1SecurityActionFlag.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1SecurityActionFlag.fromJson(core.Map json_)
  : this(
      headers: (json_['headers'] as core.List?)
          ?.map(
            (value) => GoogleCloudApigeeV1SecurityActionHttpHeader.fromJson(
              value as core.Map<core.String, core.dynamic>,
            ),
          )
          .toList(),
    );