Class CfnLinkPropsMixin.NoBidActionProperty
Describes a no bid action.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLinkPropsMixin.NoBidActionProperty : CfnLinkPropsMixin.INoBidActionProperty
Syntax (vb)
Public Class CfnLinkPropsMixin.NoBidActionProperty Implements CfnLinkPropsMixin.INoBidActionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins;
var noBidActionProperty = new NoBidActionProperty {
NoBidReasonCode = 123
};
Synopsis
Constructors
| NoBidActionProperty() | Describes a no bid action. |
Properties
| NoBidReasonCode | The reason code for the no bid action. |
Constructors
NoBidActionProperty()
Describes a no bid action.
public NoBidActionProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins;
var noBidActionProperty = new NoBidActionProperty {
NoBidReasonCode = 123
};
Properties
NoBidReasonCode
The reason code for the no bid action.
public double? NoBidReasonCode { get; set; }