Policy Limits
public PolicyLimits PolicyLimits(@Json(name = "limit_attachment_size_limit" ) Long attachmentSizeLimit, @Json(name = "limit_attachment_count_limit" ) Integer attachmentCountLimit, @Json(name = "limit_attachment_allowed_types" ) List<String> attachmentAllowedTypes, @Json(name = "limit_size_total_mime" ) Long sizeTotalMime, @Json(name = "limit_storage_total" ) Long storageTotal, @Json(name = "limit_count_daily_message_per_grant" ) Integer countDailyMessagePerGrant, @Json(name = "limit_inbox_retention_period" ) Integer inboxRetentionPeriod, @Json(name = "limit_spam_retention_period" ) Integer spamRetentionPeriod)