AliyunTemplateParam

@interface AliyunTemplateParam : NSObject

* A class that defines param for template. API_AVAILABLE(3.27.0)

  • * The key of node that identify the replace source

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *nodeKey;
  • * The node’s ‘key is lock or not

    Declaration

    Objective-C

    @property (nonatomic, readonly, getter=isLock) BOOL lock;