class Google::Apis::SecuritycenterV1beta1::Geolocation

Represents a geographical location for a given access.

def initialize(**args)

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

def update!(**args)

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