class Google::Apis::SecuritycenterV1::ListAssetsResult

Result containing the Asset and its State.

def initialize(**args)

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

def update!(**args)

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