public function __construct($codeSnippet = null) { parent::__construct(); $this->codeSnippet = $codeSnippet; }
public function __construct($codeSnippet = NULL, $advertiserId = NULL, $id = NULL, $name = NULL, $size = NULL, $previewUrl = NULL, $appliedLabels = NULL, $lastModifiedDateTime = NULL, $customFieldValues = NULL, $CreativeType = NULL) { parent::__construct(); $this->codeSnippet = $codeSnippet; $this->advertiserId = $advertiserId; $this->id = $id; $this->name = $name; $this->size = $size; $this->previewUrl = $previewUrl; $this->appliedLabels = $appliedLabels; $this->lastModifiedDateTime = $lastModifiedDateTime; $this->customFieldValues = $customFieldValues; $this->CreativeType = $CreativeType; }