AWSConnectHierarchyLevelUpdate

Objective-C

@interface AWSConnectHierarchyLevelUpdate

Swift

class AWSConnectHierarchyLevelUpdate

Contains information about the hierarchy level to update.

Required parameters: [Name]

  • The name of the user hierarchy level. Must not be more than 50 characters.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable name;

    Swift

    var name: String? { get set }