Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest

The request message for EnableAccessOnRelease.

Inheritance
object
GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest
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.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest : IDirectResponseSchema

Properties

BuildVersion

Optional. Ignored. Used to be build version of the app release if an instance identifier was provided for the release_id.

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

DisplayVersion

Optional. Ignored. Used to be display version of the app release if an instance identifier was provided for the release_id.

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

ETag

The ETag of the item.

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

Emails

Optional. An email address which should get access to this release, for example rebeccahe@google.com

Declaration
[JsonProperty("emails")]
public virtual IList<string> Emails { get; set; }
Property Value
Type Description
IList<string>

GroupIds

Optional. A repeated list of group aliases to enable access to a release for Note: This field is misnamed, but can't be changed because we need to maintain compatibility with old build tools

Declaration
[JsonProperty("groupIds")]
public virtual IList<string> GroupIds { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX