class Google::Apis::DiscoveryengineV1::GoogleApiDistributionRange

def update!(**args)

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