Skip to content

RosRepositoryProps

Properties for defining a RosRepository.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-repository

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cr;
new RosRepositoryProps {
    object RepoName,
    object RepoNamespace,
    object RepoType,
    object Summary,
    object Detail = null,
    object InstanceId = null,
    object RepoSource = null,
    object TagImmutability = null
};

Properties

Name Type Description
RepoName object No description.
RepoNamespace object No description.
RepoType object No description.
Summary object No description.
Detail object No description.
InstanceId object No description.
RepoSource object No description.
TagImmutability object No description.

RepoNameRequired

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

RepoNamespaceRequired

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

RepoTypeRequired

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

SummaryRequired

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

DetailOptional

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

InstanceIdOptional

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

RepoSourceOptional

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

TagImmutabilityOptional

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