class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IpRule

IP rule information.

def initialize(**args)

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

def update!(**args)

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