GoogleCloudContactcenterinsightsV1DateRangeConfigRelativeDateRange.fromJson constructor
GoogleCloudContactcenterinsightsV1DateRangeConfigRelativeDateRange.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1DateRangeConfigRelativeDateRange.fromJson(
core.Map json_,
) : this(
quantity: json_['quantity'] as core.String?,
unit: json_['unit'] as core.String?,
);