class Google::Cloud::Storage::Bucket::Cors::Rule

def self.from_gapi gapi

Other tags:
    Private: -
def self.from_gapi gapi
  new gapi.origin.dup, gapi.http_method.dup,
      headers: gapi.response_header.dup,
      max_age: gapi.max_age_seconds
end