Declaration

var names: [GSInfoValue] { get set }

Declaration

@property (nonatomic, strong) NSArray<GSInfoValue *> * names;

Declaration

pyobjc_instanceMethods.names() -> list[GSInfoValue]
pyobjc_instanceMethods.setNames_(names: list[GSInfoValue])