Class GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest
Implements
Inherited Members
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> |