Skip to content

MirrorHeadersProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oss;
new MirrorHeadersProperty {
    object Pass = null,
    object PassAll = null,
    object Remove = null,
    object Sets = null
};

Properties

Name Type Description
Pass object No description.
PassAll object No description.
Remove object No description.
Sets object No description.

PassOptional

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

PassAllOptional

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

RemoveOptional

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

SetsOptional

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