Show / Hide Table of Contents

Class GetReleaseExecutableResponse

The response for FirebaseRulesService.GetReleaseExecutable

Inheritance
object
GetReleaseExecutableResponse
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.FirebaseRules.v1.Data
Assembly: Google.Apis.FirebaseRules.v1.dll
Syntax
public class GetReleaseExecutableResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Executable

Executable view of the Ruleset referenced by the Release.

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

ExecutableVersion

The Rules runtime version of the executable.

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

Language

Language used to generate the executable bytes.

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

RulesetName

Ruleset name associated with the Release executable.

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

SyncTime

object representation of SyncTimeRaw.

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

SyncTimeDateTimeOffset

DateTimeOffset representation of SyncTimeRaw.

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

SyncTimeRaw

Optional, indicates the freshness of the result. The response is guaranteed to be the latest within an interval up to the sync_time (inclusive).

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

UpdateTime

object representation of UpdateTimeRaw.

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

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

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

UpdateTimeRaw

Timestamp for the most recent Release.update_time.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX