Show / Hide Table of Contents

Class Release

A Release is a particular collection of configurations and files that is set to be public at a particular time.

Inheritance
object
Release
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseHosting.v1beta1.Data
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class Release : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Message

The deploy description when the release was created. The value can be up to 512 characters.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

Name

Output only. The unique identifier for the release, in either of the following formats: - sites/SITE_ID/releases/RELEASE_ID - sites/SITE_ID/channels/CHANNEL_ID/releases/RELEASE_ID This name is provided in the response body when you call releases.create or channels.releases.create.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ReleaseTime

object representation of ReleaseTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ReleaseTimeDateTimeOffset instead.")]
public virtual object ReleaseTime { get; set; }
Property Value
Type Description
object

ReleaseTimeDateTimeOffset

DateTimeOffset representation of ReleaseTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReleaseTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ReleaseTimeRaw

Output only. The time at which the version is set to be public.

Declaration
[JsonProperty("releaseTime")]
public virtual string ReleaseTimeRaw { get; set; }
Property Value
Type Description
string

ReleaseUser

Output only. Identifies the user who created the release.

Declaration
[JsonProperty("releaseUser")]
public virtual ActingUser ReleaseUser { get; set; }
Property Value
Type Description
ActingUser

Type

Explains the reason for the release. Specify a value for this field only when creating a SITE_DISABLE type release.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Version

Output only. The configuration and content that was released.

Declaration
[JsonProperty("version")]
public virtual Version Version { get; set; }
Property Value
Type Description
Version

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX