RosAddressBooksProps
Properties for defining a RosAddressBooks.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cloudfw-addressbooks
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new RosAddressBooksProps {
object GroupType = null,
object Lang = null,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
GroupType |
object |
No description. |
Lang |
object |
No description. |
RefreshOptions |
object |
No description. |
GroupTypeOptional
public object GroupType { get; set; }
- Type: object
LangOptional
public object Lang { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object