DBTEAMLOGOrganizationDetails
Objective-C
@interface DBTEAMLOGOrganizationDetails : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMLOGOrganizationDetails : NSObject, DBSerializable, NSCopying
                The OrganizationDetails struct.
More details about the organization.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
The name of the organization.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull organization;Swift
var organization: String { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithOrganization:(nonnull NSString *)organization;Swift
init(organization: String)Parameters
organizationThe name of the organization.
Return Value
An initialized instance.
 
View on GitHub
        DBTEAMLOGOrganizationDetails Class Reference