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. |
GroupType
Optional
public object GroupType { get; set; }
- Type: object
Lang
Optional
public object Lang { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object