Packagecom.absentdesign.core.webapis.wordpress
Classpublic class Tag
InheritanceTag Inheritance WPStruct

concrete WPStruct



Public Properties
 PropertyDefined by
  count : int
Tag
  html_url : String
Tag
  name : String
Tag
  rss_url : String
Tag
  slug : String
Tag
  tag_id : int
Tag
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
countproperty
public var count:int
html_urlproperty 
public var html_url:String
nameproperty 
public var name:String
rss_urlproperty 
public var rss_url:String
slugproperty 
public var slug:String
tag_idproperty 
public var tag_id:int