GoogleCloudApigeeV1DocumentationFile.fromJson constructor
GoogleCloudApigeeV1DocumentationFile.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1DocumentationFile.fromJson(core.Map json_)
: this(
contents: json_['contents'] as core.String?,
displayName: json_['displayName'] as core.String?,
);