#import <Struct.pbobjc.h>
Properties | |
NSMutableDictionary< NSString *, GPBValue * > * | fields |
NSUInteger | fields_Count |
![]() | |
BOOL | initialized |
GPBUnknownFieldSet * | unknownFields |
Struct
represents a structured data value, consisting of fields which map to dynamically typed values. In some languages, Struct
might be supported by a native representation. For example, in scripting languages like JS a struct is represented as an object. The details of that representation are described together with the proto support for the language.
The JSON representation for Struct
is JSON object.
Definition at line 98 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.
|
readwritenonatomicstrong |
Unordered map of dynamically typed values.
Definition at line 101 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.
|
readnonatomicassign |
The number of items in fields
without causing the array to be created.
Definition at line 103 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.