Skip to content

CORSConfigurationProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oss;
new CORSConfigurationProperty {
    object CorsRule = null,
    object ResponseVary = null
};

Properties

Name Type Description
CorsRule object No description.
ResponseVary object No description.

CorsRuleOptional

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

ResponseVaryOptional

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