RosObjectAclProps
Properties for defining a RosObjectAcl.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oss-objectacl
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oss;
new RosObjectAclProps {
object Bucket,
object ObjectAcl,
object ObjectKey
};
Properties
| Name | Type | Description |
|---|---|---|
Bucket |
object |
No description. |
ObjectAcl |
object |
No description. |
ObjectKey |
object |
No description. |
BucketRequired
public object Bucket { get; set; }
- Type: object
ObjectAclRequired
public object ObjectAcl { get; set; }
- Type: object
ObjectKeyRequired
public object ObjectKey { get; set; }
- Type: object