class Google::Apis::SecuritycenterV1beta1::AzureTenant

def update!(**args)

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