PHP Class OperatingSystemVersion, googleads-php-lib

Inheritance: extends CommonDropdown
Show file Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$majorVersion integer
$microVersion integer
$minorVersion integer
$name string
$operatorType tnsOperatingSystemVersionOperatorType
$osMajorVersion integer
$osMinorVersion integer

Public Methods

Method Description
__construct ( $majorVersion = null, $minorVersion = null, $microVersion = null, $id = null, $name = null )
__construct ( $name = null, $osMajorVersion = null, $osMinorVersion = null, $operatorType = null, $id = null, $type = null, $CriterionType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $majorVersion = null, $minorVersion = null, $microVersion = null, $id = null, $name = null )

__construct() public method

public __construct ( $name = null, $osMajorVersion = null, $osMinorVersion = null, $operatorType = null, $id = null, $type = null, $CriterionType = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$majorVersion public property

public int $majorVersion
return integer

$microVersion public property

public int $microVersion
return integer

$minorVersion public property

public int $minorVersion
return integer

$name public property

public string $name
return string

$operatorType public property

public tnsOperatingSystemVersionOperatorType $operatorType
return tnsOperatingSystemVersionOperatorType

$osMajorVersion public property

public int $osMajorVersion
return integer

$osMinorVersion public property

public int $osMinorVersion
return integer