BucketEncryptionCustomerSuppliedEncryptionEnforcementConfig.fromJson constructor
BucketEncryptionCustomerSuppliedEncryptionEnforcementConfig.fromJson(
- Map json_
Implementation
BucketEncryptionCustomerSuppliedEncryptionEnforcementConfig.fromJson(
core.Map json_,
) : this(
effectiveTime:
json_.containsKey('effectiveTime')
? core.DateTime.parse(json_['effectiveTime'] as core.String)
: null,
restrictionMode: json_['restrictionMode'] as core.String?,
);