NAME

WebService::Edgecast::auto::Administration::Type::CustomerUsers

VERSION

version 0.01.00

DESCRIPTION

Perl data type class for the XML Schema defined complexType CustomerUsers from the namespace EC:WebServices.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • CustomerUser

METHODS

new

Constructor. The following data structure may be passed to new():

{ # WebService::Edgecast::auto::Administration::Type::CustomerUsers
  CustomerUser =>  { # WebService::Edgecast::auto::Administration::Type::CustomerUser
    Id =>  $some_value, # unsignedInt
    Email =>  $some_value, # string
    TimeZoneId =>  $some_value, # int
    IsAdmin =>  $some_value, # boolean
    FirstName =>  $some_value, # string
    LastName =>  $some_value, # string
    Password =>  $some_value, # string
    Title =>  $some_value, # string
    Phone =>  $some_value, # string
    Fax =>  $some_value, # string
    Mobile =>  $some_value, # string
    Address1 =>  $some_value, # string
    Address2 =>  $some_value, # string
    City =>  $some_value, # string
    State =>  $some_value, # string
    Zip =>  $some_value, # string
    Country =>  $some_value, # string
  },
},

AUTHOR

Generated by SOAP::WSDL