SITBuildingResource

@interface SITBuildingResource : SITResource

Resource that has a one-to-one relationship with a SITBuilding.

  • Unique identifier of the building related with this resource

    Declaration

    Objective-C

    @property (readwrite, strong, nonatomic) NSString *_Nonnull buildingIdentifier;

    Swift

    var buildingIdentifier: String { get set }