RosDomainRecordsProps
Properties for defining a RosDomainRecords.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dns-domainrecords
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dns;
new RosDomainRecordsProps {
    object DomainName,
    object Direction = null,
    object GroupId = null,
    object KeyWord = null,
    object Lang = null,
    object Line = null,
    object OrderBy = null,
    object RefreshOptions = null,
    object RrKeyWord = null,
    object SearchMode = null,
    object Status = null,
    object Type = null,
    object TypeKeyWord = null,
    object ValueKeyWord = null
};
Properties
| Name | Type | Description | 
|---|---|---|
| DomainName | object | No description. | 
| Direction | object | No description. | 
| GroupId | object | No description. | 
| KeyWord | object | No description. | 
| Lang | object | No description. | 
| Line | object | No description. | 
| OrderBy | object | No description. | 
| RefreshOptions | object | No description. | 
| RrKeyWord | object | No description. | 
| SearchMode | object | No description. | 
| Status | object | No description. | 
| Type | object | No description. | 
| TypeKeyWord | object | No description. | 
| ValueKeyWord | object | No description. | 
DomainNameRequired 
public object DomainName { get; set; }
- Type: object
DirectionOptional 
public object Direction { get; set; }
- Type: object
GroupIdOptional 
public object GroupId { get; set; }
- Type: object
KeyWordOptional 
public object KeyWord { get; set; }
- Type: object
LangOptional 
public object Lang { get; set; }
- Type: object
LineOptional 
public object Line { get; set; }
- Type: object
OrderByOptional 
public object OrderBy { get; set; }
- Type: object
RefreshOptionsOptional 
public object RefreshOptions { get; set; }
- Type: object
RrKeyWordOptional 
public object RrKeyWord { get; set; }
- Type: object
SearchModeOptional 
public object SearchMode { get; set; }
- Type: object
StatusOptional 
public object Status { get; set; }
- Type: object
TypeOptional 
public object Type { get; set; }
- Type: object
TypeKeyWordOptional 
public object TypeKeyWord { get; set; }
- Type: object
ValueKeyWordOptional 
public object ValueKeyWord { get; set; }
- Type: object