class Google::Apis::StorageV1::Bucket::SoftDeletePolicy
deleted objects will be retained, and cannot be permanently deleted.
The bucket’s soft delete policy, which defines the period of time that soft-
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @effective_time = args[:effective_time] if args.key?(:effective_time) @retention_duration_seconds = args[:retention_duration_seconds] if args.key?(:retention_duration_seconds) end