constraints = $constraints;
}
/**
* @return GoogleCloudChannelV1Constraints
*/
public function getConstraints()
{
return $this->constraints;
}
/**
* @param string
*/
public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
/**
* @return string
*/
public function getEndTime()
{
return $this->endTime;
}
/**
* @param GoogleCloudChannelV1MarketingInfo
*/
public function setMarketingInfo(GoogleCloudChannelV1MarketingInfo $marketingInfo)
{
$this->marketingInfo = $marketingInfo;
}
/**
* @return GoogleCloudChannelV1MarketingInfo
*/
public function getMarketingInfo()
{
return $this->marketingInfo;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param GoogleCloudChannelV1ParameterDefinition[]
*/
public function setParameterDefinitions($parameterDefinitions)
{
$this->parameterDefinitions = $parameterDefinitions;
}
/**
* @return GoogleCloudChannelV1ParameterDefinition[]
*/
public function getParameterDefinitions()
{
return $this->parameterDefinitions;
}
/**
* @param GoogleCloudChannelV1Plan
*/
public function setPlan(GoogleCloudChannelV1Plan $plan)
{
$this->plan = $plan;
}
/**
* @return GoogleCloudChannelV1Plan
*/
public function getPlan()
{
return $this->plan;
}
/**
* @param GoogleCloudChannelV1PriceByResource[]
*/
public function setPriceByResources($priceByResources)
{
$this->priceByResources = $priceByResources;
}
/**
* @return GoogleCloudChannelV1PriceByResource[]
*/
public function getPriceByResources()
{
return $this->priceByResources;
}
/**
* @param GoogleCloudChannelV1Sku
*/
public function setSku(GoogleCloudChannelV1Sku $sku)
{
$this->sku = $sku;
}
/**
* @return GoogleCloudChannelV1Sku
*/
public function getSku()
{
return $this->sku;
}
/**
* @param string
*/
public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
/**
* @return string
*/
public function getStartTime()
{
return $this->startTime;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleCloudChannelV1Offer::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1Offer');