RadarChain
Objective-C
@interface RadarChain : NSObject
                Swift
class RadarChain : NSObject
                Represents the chain of a place.
- 
                  
                  
The unique ID of the chain. For a full list of chains, see https://radar.com/documentation/places/chains.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nonnull) NSString *slug;Swift
var slug: String { get } - 
                  
                  
The name of the chain. For a full list of chains, see https://radar.com/documentation/places/chains.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nonnull) NSString *name;Swift
var name: String { get } - 
                  
                  
The external ID of the chain.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSString *externalId;Swift
var externalId: String? { get } - 
                  
                  
The optional set of custom key-value pairs for the chain.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSDictionary *metadata;Swift
var metadata: [AnyHashable : Any]? { get } 
View on GitHub
        RadarChain Class Reference