GoogleCloudChannelV1ContactInfo.fromJson constructor
GoogleCloudChannelV1ContactInfo.fromJson(
- Map json_
Implementation
GoogleCloudChannelV1ContactInfo.fromJson(core.Map json_)
: this(
displayName: json_['displayName'] as core.String?,
email: json_['email'] as core.String?,
firstName: json_['firstName'] as core.String?,
lastName: json_['lastName'] as core.String?,
phone: json_['phone'] as core.String?,
title: json_['title'] as core.String?,
);