GoogleCloudChannelV1Column.fromJson constructor
GoogleCloudChannelV1Column.fromJson(
- Map json_
Implementation
GoogleCloudChannelV1Column.fromJson(core.Map json_)
: this(
columnId: json_['columnId'] as core.String?,
dataType: json_['dataType'] as core.String?,
displayName: json_['displayName'] as core.String?,
);