Instance Property
customParameters
The customParameters. A list of customParameters objects
Declaration
var customParameters: [GSCustomParameter] { get set }Declaration
@property (nonatomic, strong) NSArray<GSCustomParameter *> * customParameters;Declaration
pyobjc_instanceMethods.customParameters() -> list[GSCustomParameter]
pyobjc_instanceMethods.setCustomParameters_(customParameters: list[GSCustomParameter])