class Google::Apis::StorageV1::Bucket::Lifecycle::Rule::Action

The action to take.

def initialize(**args)

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

def update!(**args)

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