Skip to content

ConditionsProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.ConditionsProperty {
    Key: interface{},
    Operator: interface{},
    Type: interface{},
    Value: interface{},
}

Properties

Name Type Description
Key interface{} No description.
Operator interface{} No description.
Type interface{} No description.
Value interface{} No description.

KeyOptional

Key interface{}
  • Type: interface{}

OperatorOptional

Operator interface{}
  • Type: interface{}

TypeOptional

Type interface{}
  • Type: interface{}

ValueOptional

Value interface{}
  • Type: interface{}