GoogleCloudApigeeV1Operation.fromJson constructor

GoogleCloudApigeeV1Operation.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1Operation.fromJson(core.Map json_)
    : this(
        methods: (json_['methods'] as core.List?)
            ?.map((value) => value as core.String)
            .toList(),
        resource: json_['resource'] as core.String?,
      );