Show / Hide Table of Contents

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 Source

AssertsUrl

URL of any associated assets with the release

Declaration
public readonly string AssertsUrl
Field Value
Type Description
System.String
View Source

Body

Contents of the description (body) of a release

Declaration
public readonly string Body
Field Value
Type Description
System.String
View Source

CreatedAt

Date of release creation

Declaration
public readonly string CreatedAt
Field Value
Type Description
System.String
View Source

Draft

(Boolean) indicates whether the release is a draft

Declaration
public readonly bool Draft
Field Value
Type Description
System.Boolean
View Source

HtmlUrl

URL directing to detailed information on the release

Declaration
public readonly string HtmlUrl
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Name of release

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Owner

Declaration
public readonly string Owner
Field Value
Type Description
System.String
View Source

Prerelease

(Boolean) indicates whether the release is a prerelease

Declaration
public readonly bool Prerelease
Field Value
Type Description
System.Boolean
View Source

PublishedAt

Date of release publishing

Declaration
public readonly string PublishedAt
Field Value
Type Description
System.String
View Source

ReleaseId

ID of release

Declaration
public readonly int? ReleaseId
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ReleaseTag

Tag of release

Declaration
public readonly string ReleaseTag
Field Value
Type Description
System.String
View Source

Repository

Declaration
public readonly string Repository
Field Value
Type Description
System.String
View Source

RetrieveBy

Declaration
public readonly string RetrieveBy
Field Value
Type Description
System.String
View Source

TarballUrl

Download URL of a specific release in tar.gz format

Declaration
public readonly string TarballUrl
Field Value
Type Description
System.String
View Source

TargetCommitish

Commitish value that determines where the Git release is created from

Declaration
public readonly string TargetCommitish
Field Value
Type Description
System.String
View Source

UploadUrl

URL that can be used to upload Assets to the release

Declaration
public readonly string UploadUrl
Field Value
Type Description
System.String
View Source

Url

Base URL of the release

Declaration
public readonly string Url
Field Value
Type Description
System.String
View Source

ZipballUrl

Download URL of a specific release in zip format

Declaration
public readonly string ZipballUrl
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.