Class GetReleaseResult
Inheritance
System.Object
GetReleaseResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Github
Assembly: Pulumi.Github.dll
Syntax
public sealed class GetReleaseResult
Fields
View SourceAssertsUrl
URL of any associated assets with the release
Declaration
public readonly string AssertsUrl
Field Value
| Type | Description |
|---|---|
| System.String |
Body
Contents of the description (body) of a release
Declaration
public readonly string Body
Field Value
| Type | Description |
|---|---|
| System.String |
CreatedAt
Date of release creation
Declaration
public readonly string CreatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
Draft
(Boolean) indicates whether the release is a draft
Declaration
public readonly bool Draft
Field Value
| Type | Description |
|---|---|
| System.Boolean |
HtmlUrl
URL directing to detailed information on the release
Declaration
public readonly string HtmlUrl
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Name of release
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Owner
Declaration
public readonly string Owner
Field Value
| Type | Description |
|---|---|
| System.String |
Prerelease
(Boolean) indicates whether the release is a prerelease
Declaration
public readonly bool Prerelease
Field Value
| Type | Description |
|---|---|
| System.Boolean |
PublishedAt
Date of release publishing
Declaration
public readonly string PublishedAt
Field Value
| Type | Description |
|---|---|
| System.String |
ReleaseId
ID of release
Declaration
public readonly int? ReleaseId
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ReleaseTag
Tag of release
Declaration
public readonly string ReleaseTag
Field Value
| Type | Description |
|---|---|
| System.String |
Repository
Declaration
public readonly string Repository
Field Value
| Type | Description |
|---|---|
| System.String |
RetrieveBy
Declaration
public readonly string RetrieveBy
Field Value
| Type | Description |
|---|---|
| System.String |
TarballUrl
Download URL of a specific release in tar.gz format
Declaration
public readonly string TarballUrl
Field Value
| Type | Description |
|---|---|
| System.String |
TargetCommitish
Commitish value that determines where the Git release is created from
Declaration
public readonly string TargetCommitish
Field Value
| Type | Description |
|---|---|
| System.String |
UploadUrl
URL that can be used to upload Assets to the release
Declaration
public readonly string UploadUrl
Field Value
| Type | Description |
|---|---|
| System.String |
Url
Base URL of the release
Declaration
public readonly string Url
Field Value
| Type | Description |
|---|---|
| System.String |
ZipballUrl
Download URL of a specific release in zip format
Declaration
public readonly string ZipballUrl
Field Value
| Type | Description |
|---|---|
| System.String |