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