AlternativeOption Class 
Describes the alternative option specified by the Publisher for this image when this image is deprecated.
Constructor
AlternativeOption(*, type: str | _models.AlternativeType | None = None, value: str | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| type | Describes the type of the alternative option. Known values are: "None", "Offer", and "Plan". Default value: 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. Default value: None | 
Variables
| Name | Description | 
|---|---|
| type | Describes the type of the alternative option. Known values are: "None", "Offer", and "Plan". | 
| 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. |