Packagecom.absentdesign.core.webapis.wordpress
Classpublic class CustomField
InheritanceCustomField Inheritance WPStruct

concrete WPStruct



Public Properties
 PropertyDefined by
  id : int
CustomField
  key : String
CustomField
  value : *
CustomField
Public Methods
 MethodDefined by
 Inherited
getDump():String
WPStruct
 Inherited
IXMLRPCStruct implementation to allow proper serialization

null values are converted to empty strings to avoid being serialized as strings with a value of "null"

WPStruct
Property detail
idproperty
public var id:int
keyproperty 
public var key:String
valueproperty 
public var value:*