Class GoogleFirebaseAppdistroV1alphaLoginCredential
Login credential for automated tests
Implements
Inherited Members
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 |
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 |