Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaLoginCredentialFieldHints

Hints to the crawler for identifying input fields

Inheritance
object
GoogleFirebaseAppdistroV1alphaLoginCredentialFieldHints
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX