class Google::Cloud::Storage::Bucket::Lifecycle

def to_gapi

Other tags:
    Private: -
def to_gapi
  Google::Apis::StorageV1::Bucket::Lifecycle.new(
    rule: map(&:to_gapi)
  )
end