ResponseLoginInfo

Rti

PB_OFFSET = 100000, is the offset added for each MNM field id

Implements: IMessage<ResponseLoginInfo>, IMessage, IEquatable<ResponseLoginInfo>, IDeepCloneable<ResponseLoginInfo>, IBufferMessage

Properties

FcmId : string

PB_OFFSET + MNM_FCM_ID

FirstName : string

PB_OFFSET + MNM_FIRST_NAME

HasFcmId : bool

Gets whether the "fcm_id" field is set

HasFirstName : bool

Gets whether the "first_name" field is set

HasIbId : bool

Gets whether the "ib_id" field is set

HasLastName : bool

Gets whether the "last_name" field is set

HasTemplateId : bool

Gets whether the "template_id" field is set

HasUserType : bool

Gets whether the "user_type" field is set

IbId : string

PB_OFFSET + MNM_IB_ID

LastName : string

PB_OFFSET + MNM_LAST_NAME

RpCode : RepeatedField<string>

PB_OFFSET + MNM_RESPONSE_CODE

TemplateId : int

PB_OFFSET + MNM_TEMPLATE_ID

UserMsg : RepeatedField<string>

PB_OFFSET + MNM_USER_MSG

UserType : UserType

PB_OFFSET + MNM_USER_TYPE

Methods

ClearFcmId()

Clears the value of the "fcm_id" field

ClearFirstName()

Clears the value of the "first_name" field

ClearIbId()

Clears the value of the "ib_id" field

ClearLastName()

Clears the value of the "last_name" field

ClearTemplateId()

Clears the value of the "template_id" field

ClearUserType()

Clears the value of the "user_type" field

Fields

FcmIdFieldNumber : int

Field number for the "fcm_id" field.

FirstNameFieldNumber : int

Field number for the "first_name" field.

IbIdFieldNumber : int

Field number for the "ib_id" field.

LastNameFieldNumber : int

Field number for the "last_name" field.

RpCodeFieldNumber : int

Field number for the "rp_code" field.

TemplateIdFieldNumber : int

Field number for the "template_id" field.

UserMsgFieldNumber : int

Field number for the "user_msg" field.

UserTypeFieldNumber : int

Field number for the "user_type" field.