class Google::Apis::StorageV1::Bucket::Lifecycle::Rule::Action
The action to take.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @storage_class = args[:storage_class] if args.key?(:storage_class) @type = args[:type] if args.key?(:type) end