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