GoogleCloudApigeeV1GraphQLOperation.fromJson constructor

GoogleCloudApigeeV1GraphQLOperation.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1GraphQLOperation.fromJson(core.Map json_)
    : this(
        operation: json_['operation'] as core.String?,
        operationTypes: (json_['operationTypes'] as core.List?)
            ?.map((value) => value as core.String)
            .toList(),
      );