Class InlineObject1
InlineObject1 model
Inherited Members
Namespace: Unity.Services.Ccd.Management.Models
Assembly: Unity.Services.Ccd.Management.dll
Syntax
[Preserve]
[DataContract(Name = "inline_object_1")]
public class InlineObject1
Constructors
InlineObject1(Stream)
Creates an instance of InlineObject1.
Declaration
[Preserve]
public InlineObject1(Stream file)
Parameters
Type | Name | Description |
---|---|---|
Stream | file | File content |
Properties
File
File content
Declaration
[Preserve]
[DataMember(Name = "file", IsRequired = true, EmitDefaultValue = true)]
public Stream File { get; }
Property Value
Type | Description |
---|---|
Stream |