RosGroupProps
Properties for defining a RosGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vs-group
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvs"
&alicloudroscdkvs.RosGroupProps {
    InProtocol: interface{},
    Name: interface{},
    OutProtocol: interface{},
    PlayDomain: interface{},
    PushDomain: interface{},
    Region: interface{},
    App: interface{},
    Callback: interface{},
    Description: interface{},
    Enabled: interface{},
    LazyPull: interface{},
}
Properties
| Name | Type | Description | 
|---|---|---|
InProtocol | 
interface{} | 
No description. | 
Name | 
interface{} | 
No description. | 
OutProtocol | 
interface{} | 
No description. | 
PlayDomain | 
interface{} | 
No description. | 
PushDomain | 
interface{} | 
No description. | 
Region | 
interface{} | 
No description. | 
App | 
interface{} | 
No description. | 
Callback | 
interface{} | 
No description. | 
Description | 
interface{} | 
No description. | 
Enabled | 
interface{} | 
No description. | 
LazyPull | 
interface{} | 
No description. | 
InProtocolRequired 
InProtocol interface{}
- Type: interface{}
 
NameRequired 
Name interface{}
- Type: interface{}
 
OutProtocolRequired 
OutProtocol interface{}
- Type: interface{}
 
PlayDomainRequired 
PlayDomain interface{}
- Type: interface{}
 
PushDomainRequired 
PushDomain interface{}
- Type: interface{}
 
RegionRequired 
Region interface{}
- Type: interface{}
 
AppOptional 
App interface{}
- Type: interface{}
 
CallbackOptional 
Callback interface{}
- Type: interface{}
 
DescriptionOptional 
Description interface{}
- Type: interface{}
 
EnabledOptional 
Enabled interface{}
- Type: interface{}
 
LazyPullOptional 
LazyPull interface{}
- Type: interface{}