GoogleCloudApigeeV1Operation.fromJson constructor
GoogleCloudApigeeV1Operation.fromJson(
- 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?,
);