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. |
Bucket
Required
public object Bucket { get; set; }
- Type: object
ObjectAcl
Required
public object ObjectAcl { get; set; }
- Type: object
ObjectKey
Required
public object ObjectKey { get; set; }
- Type: object