BucketLifecycleRuleAction.fromJson constructor

BucketLifecycleRuleAction.fromJson(
  1. Map json_
)

Implementation

BucketLifecycleRuleAction.fromJson(core.Map json_)
  : this(
      storageClass: json_['storageClass'] as core.String?,
      type: json_['type'] as core.String?,
    );