webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <Struct.pbobjc.h>
Properties | |
GPBValue_Kind_OneOfCase | kindOneOfCase |
The kind of value. More... | |
GPBNullValue | nullValue |
Represents a null value. More... | |
double | numberValue |
Represents a double value. More... | |
NSString * | stringValue |
Represents a string value. More... | |
BOOL | boolValue |
Represents a boolean value. More... | |
GPBStruct * | structValue |
Represents a structured value. More... | |
GPBListValue * | listValue |
Represents a repeated Value . More... | |
Additional Inherited Members |
Value
represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of that variants, absence of any variant indicates an error.
The JSON representation for Value
is JSON value.
|
readwritenonatomicassign |
Represents a boolean value.
|
readnonatomicassign |
The kind of value.
|
readwritenonatomicstrong |
Represents a repeated Value
.
|
readwritenonatomicassign |
Represents a null value.
|
readwritenonatomicassign |
Represents a double value.
|
readwritenonatomiccopy |
Represents a string value.
|
readwritenonatomicstrong |
Represents a structured value.