Skip to main content

Class: InThreadSurveyQuestion

Defined in: WAProto/index.d.ts:4806

Implements

Constructors

new InThreadSurveyQuestion()

new InThreadSurveyQuestion(p?): InThreadSurveyQuestion

Defined in: WAProto/index.d.ts:4807

Parameters

p?

IInThreadSurveyQuestion

Returns

InThreadSurveyQuestion

Properties

questionId?

optional questionId: null | string

Defined in: WAProto/index.d.ts:4809

Implementation of

IInThreadSurveyQuestion.questionId


questionOptions

questionOptions: IInThreadSurveyOption[]

Defined in: WAProto/index.d.ts:4810

Implementation of

IInThreadSurveyQuestion.questionOptions


questionText?

optional questionText: null | string

Defined in: WAProto/index.d.ts:4808

Implementation of

IInThreadSurveyQuestion.questionText

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:4816

Returns

object


create()

static create(properties?): InThreadSurveyQuestion

Defined in: WAProto/index.d.ts:4811

Parameters

properties?

IInThreadSurveyQuestion

Returns

InThreadSurveyQuestion


decode()

static decode(r, l?): InThreadSurveyQuestion

Defined in: WAProto/index.d.ts:4813

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

InThreadSurveyQuestion


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:4812

Parameters

m

IInThreadSurveyQuestion

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): InThreadSurveyQuestion

Defined in: WAProto/index.d.ts:4814

Parameters

d

Returns

InThreadSurveyQuestion


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:4817

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:4815

Parameters

m

InThreadSurveyQuestion

o?

IConversionOptions

Returns

object