EventOutOfOfficeProperties.fromJson constructor

EventOutOfOfficeProperties.fromJson(
  1. Map json_
)

Implementation

EventOutOfOfficeProperties.fromJson(core.Map json_)
    : this(
        autoDeclineMode: json_['autoDeclineMode'] as core.String?,
        declineMessage: json_['declineMessage'] as core.String?,
      );