Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaLoginCredential

Login credential for automated tests

Inheritance
object
GoogleFirebaseAppdistroV1alphaLoginCredential
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 GoogleFirebaseAppdistroV1alphaLoginCredential : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FieldHints

Optional. Hints to the crawler for identifying input fields

Declaration
[JsonProperty("fieldHints")]
public virtual GoogleFirebaseAppdistroV1alphaLoginCredentialFieldHints FieldHints { get; set; }
Property Value
Type Description
GoogleFirebaseAppdistroV1alphaLoginCredentialFieldHints

Google

Optional. Are these credentials for Google?

Declaration
[JsonProperty("google")]
public virtual bool? Google { get; set; }
Property Value
Type Description
bool?

Password

Optional. Password for automated tests

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

Username

Optional. Username for automated tests

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX