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