Class GoogleFirebaseAppdistroV1alphaLoginCredentialFieldHints
Hints to the crawler for identifying input fields
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaLoginCredentialFieldHints : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PasswordResourceName
Required. The Android resource name of the password UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
Declaration
[JsonProperty("passwordResourceName")]
public virtual string PasswordResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
UsernameResourceName
Required. The Android resource name of the username UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
Declaration
[JsonProperty("usernameResourceName")]
public virtual string UsernameResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |