GoogleCloudApihubV1StyleGuideContents.fromJson constructor

GoogleCloudApihubV1StyleGuideContents.fromJson(
  1. Map json_
)

Implementation

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