ReleaseAssetUpload Class

Namespace
GitReleaseManager.Core.Model
Base Types
  • object
graph BT Type-->Base0["object"] Type["ReleaseAssetUpload"] class Type type-node

Syntax

public class ReleaseAssetUpload

Properties

Name Value Summary
ContentType string
Gets or sets the type of the content.
FileName string
Gets or sets the name of the file.
RawData Stream
Gets or sets the raw data.
GitHub