GoogleCloudApigeeV1DataCollector.fromJson constructor
GoogleCloudApigeeV1DataCollector.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1DataCollector.fromJson(core.Map json_)
: this(
createdAt: json_['createdAt'] as core.String?,
description: json_['description'] as core.String?,
lastModifiedAt: json_['lastModifiedAt'] as core.String?,
name: json_['name'] as core.String?,
type: json_['type'] as core.String?,
);