UserPropertiesPut

Properties

Example

require 'ionoscloud'

instance = Ionoscloud::UserPropertiesPut.new(
  firstname: null,
  lastname: null,
  email: null,
  administrator: null,
  force_sec_auth: null,
  sec_auth_active: null,
  active: null
)

Last updated