MarkAsDoNotDisturbRequest.fromJson constructor

MarkAsDoNotDisturbRequest.fromJson(
  1. Map json_
)

Implementation

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