class Google::Apis::StorageV1::Bucket::Autoclass
The bucket’s Autoclass configuration.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) @terminal_storage_class = args[:terminal_storage_class] if args.key?(:terminal_storage_class) @terminal_storage_class_update_time = args[:terminal_storage_class_update_time] if args.key?(:terminal_storage_class_update_time) @toggle_time = args[:toggle_time] if args.key?(:toggle_time) end