GoogleCloudContactcenterinsightsV1UserInfo.fromJson constructor

GoogleCloudContactcenterinsightsV1UserInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1UserInfo.fromJson(core.Map json_)
  : this(username: json_['username'] as core.String?);