DataRetentionDeletionEvent.fromJson constructor

DataRetentionDeletionEvent.fromJson(
  1. Map json_
)

Implementation

DataRetentionDeletionEvent.fromJson(core.Map json_)
    : this(
        dataObjectCount: json_['dataObjectCount'] as core.String?,
        eventDetectionTime: json_['eventDetectionTime'] as core.String?,
        eventType: json_['eventType'] as core.String?,
        maxRetentionAllowed: json_['maxRetentionAllowed'] as core.String?,
      );