class Google::Apis::WebriskV1::GoogleCloudWebriskV1SearchUrisResponse

Attributes

threat[RW]

Contains threat information on a matching uri. Corresponds to the JSON property `threat` @return [Google::Apis::WebriskV1::GoogleCloudWebriskV1SearchUrisResponseThreatUri]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/webrisk_v1/classes.rb, line 269
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/webrisk_v1/classes.rb, line 274
def update!(**args)
  @threat = args[:threat] if args.key?(:threat)
end