OBSBodyType Constants Reference

Declared in OBSBaseConstDefinition.h

OBSBodyType

  • Request body content

Definition

typedef NS_ENUM(NSInteger, OBSBodyType ) {
   OBSBodyTypeNull0,
   OBSBodyTypeJSON,
   OBSBodyTypeXML,
   OBSBodyTypeStringData,
};

Constants

OBSBodyTypeNull0
 *  Default value

Declared In OBSBaseConstDefinition.h.

OBSBodyTypeJSON
 *  JSON

Declared In OBSBaseConstDefinition.h.

OBSBodyTypeXML
 *  XML

Declared In OBSBaseConstDefinition.h.

OBSBodyTypeStringData
 *  Character string

Declared In OBSBaseConstDefinition.h.

Declared In

OBSBaseConstDefinition.h