ResourcePolicySnapshotSchedulePolicyRetentionPolicy.fromJson constructor

ResourcePolicySnapshotSchedulePolicyRetentionPolicy.fromJson(
  1. Map json_
)

Implementation

ResourcePolicySnapshotSchedulePolicyRetentionPolicy.fromJson(core.Map json_)
    : this(
        maxRetentionDays: json_['maxRetentionDays'] as core.int?,
        onSourceDiskDelete: json_['onSourceDiskDelete'] as core.String?,
      );