Class shardimage\shardimagephp\models\billing\DetailParams

Inheritanceshardimage\shardimagephp\models\billing\DetailParams » shardimage\shardimagephpapi\base\BaseObject

DetailParams class for listing

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() Creates the object, populates the properties and calls the "init" method. shardimage\shardimagephpapi\base\BaseObject
__get() Returns the value of a non-defined property, it there is a getter method. shardimage\shardimagephpapi\base\BaseObject
__isset() Does the non-defined property with a getter exist and is it not NULL? shardimage\shardimagephpapi\base\BaseObject
__set() Sets the value of a non-defined property, if there is a setter method. shardimage\shardimagephpapi\base\BaseObject
__unset() Sets the value of a non-defined property to NULL, if there is a setter. shardimage\shardimagephpapi\base\BaseObject
toArray() Converts the object an array. shardimage\shardimagephp\models\billing\DetailParams

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
ensureClass() Creates an object from the given parameters. shardimage\shardimagephpapi\base\BaseObject
init() Custom initialization. shardimage\shardimagephpapi\base\BaseObject

Property Details

$cloudId public property
public string $cloudId null
$dateFrom public property
public integer $dateFrom null
$datePartition public property
public string $datePartition null
$dateTo public property
public integer $dateTo null
$group public property
public string $group null
$groupFilter public property
public array $groupFilter = []
$projection public property
public array $projection = []

Method Details

toArray() public method

Converts the object an array.

public array toArray ( $excludeEmpty false )
$excludeEmpty boolean

Whether to remove empty element