AlternativeOption Class

Describes the alternative option specified by the Publisher for this image when this image is deprecated.

Constructor

AlternativeOption(*args: Any, **kwargs: Any)

Variables

Name Description
type

Describes the type of the alternative option. Known values are: "None", "Offer", and "Plan".

value
str

Indicates the alternative option value specified by the Publisher. This is the Offer name when the type is Offer or the Plan name when the type is Plan.

Attributes

type

"None", "Offer", and "Plan".

type: str | _models.AlternativeType | None

value

Indicates the alternative option value specified by the Publisher. This is the Offer name when the type is Offer or the Plan name when the type is Plan.

value: str | None