GoogleCloudApihubV1AllowedValue.fromJson constructor

GoogleCloudApihubV1AllowedValue.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApihubV1AllowedValue.fromJson(core.Map json_)
  : this(
      description: json_['description'] as core.String?,
      displayName: json_['displayName'] as core.String?,
      id: json_['id'] as core.String?,
      immutable: json_['immutable'] as core.bool?,
    );