GoogleCloudApigeeV1DocumentationFile.fromJson constructor

GoogleCloudApigeeV1DocumentationFile.fromJson(
  1. Map json_
)

Implementation

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