class Google::Apis::SecuritycenterV1::ContactDetails

Details about specific contacts

def initialize(**args)

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

def update!(**args)

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