Skip to content

RosRepositoriesProps

Properties for defining a RosRepositories.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cr-repositories

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cr;
new RosRepositoriesProps {
    object RefreshOptions = null,
    object RepoNamespace = null,
    object Status = null
};

Properties

Name Type Description
RefreshOptions object No description.
RepoNamespace object No description.
Status object No description.

RefreshOptionsOptional

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

RepoNamespaceOptional

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

StatusOptional

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