Skip to content

RosDomainsProps

Properties for defining a RosDomains.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dns-domains

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dns;
new RosDomainsProps {
    object GroupId = null,
    object KeyWord = null,
    object Lang = null,
    object RefreshOptions = null,
    object ResourceGroupId = null,
    object SearchMode = null,
    object Starmark = null
};

Properties

Name Type Description
GroupId object No description.
KeyWord object No description.
Lang object No description.
RefreshOptions object No description.
ResourceGroupId object No description.
SearchMode object No description.
Starmark object No description.

GroupIdOptional

public object GroupId { get; set; }
  • Type: object

KeyWordOptional

public object KeyWord { get; set; }
  • Type: object

LangOptional

public object Lang { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

SearchModeOptional

public object SearchMode { get; set; }
  • Type: object

StarmarkOptional

public object Starmark { get; set; }
  • Type: object