Skip to content

CampaignProps

Properties for defining a Campaign.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-campaign

Initializer

import ros_cdk_paiplugin
ros_cdk_paiplugin.CampaignProps(
  name: typing.Union[str, IResolvable],
  remark: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
name typing.Union[str, ros_cdk_core.IResolvable] Property name: The name of the campaign.
remark typing.Union[str, ros_cdk_core.IResolvable] Property remark: The remark of the campaign.

nameRequired

name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property name: The name of the campaign.


remarkOptional

remark: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property remark: The remark of the campaign.