Class Completes3upload_response_200
- Namespace
- Autodesk.DataManagement.OSS.Models
- Assembly
- Autodesk.DataManagement.dll
public class Completes3upload_response_200 : IParsable
- Inheritance
-
Completes3upload_response_200
- Implements
-
IParsable
- Inherited Members
Properties
BucketKey
The key of the bucket into which the object has been uploaded.
public string? BucketKey { get; set; }
Property Value
ContentType
The Content-Type of the object, specified in the request.
public string? ContentType { get; set; }
Property Value
Location
The URL at which to download the object.
public string? Location { get; set; }
Property Value
ObjectId
The full OSS URN of the object.
public string? ObjectId { get; set; }
Property Value
ObjectKey
The name of the object provided by the client.
public string? ObjectKey { get; set; }
Property Value
Size
The size of the object in bytes.
public long? Size { get; set; }
Property Value
- long?
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static Completes3upload_response_200 CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNode
IParseNodeThe parse node to use to read the discriminator value and create the object
Returns
GetFieldDeserializers()
The deserialization information for the current model
public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
Returns
- IDictionary<string, Action<IParseNode>>
A IDictionary<string, Action<IParseNode>>
Serialize(ISerializationWriter)
Serializes information the current object
public virtual void Serialize(ISerializationWriter writer)
Parameters
writer
ISerializationWriterSerialization writer to use to serialize this model