class Google::Apis::StorageV1::Object::Retention

A collection of object level retention parameters.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @mode = args[:mode] if args.key?(:mode)
  @retain_until_time = args[:retain_until_time] if args.key?(:retain_until_time)
end