Skip to content

NotProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oss;
new NotProperty {
    object Prefix = null,
    object Tag = null
};

Properties

Name Type Description
Prefix object No description.
Tag object No description.

PrefixOptional

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

TagOptional

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