MarkAsDoNotDisturbRequest.fromJson constructor
MarkAsDoNotDisturbRequest.fromJson(
- Map json_
Implementation
MarkAsDoNotDisturbRequest.fromJson(core.Map json_)
: this(
expireTime: json_['expireTime'] as core.String?,
ttl: json_['ttl'] as core.String?,
);