Skip to content

RefererConfigurationProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oss;
new RefererConfigurationProperty {
    object AllowEmptyReferer = null,
    object RefererList = null
};

Properties

Name Type Description
AllowEmptyReferer object No description.
RefererList object No description.

AllowEmptyRefererOptional

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

RefererListOptional

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