Class: TencentCloud::Organization::V20210331::OrgMember
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::OrgMember
- Defined in:
- lib/v20210331/models.rb
Overview
企业组织成员
Instance Attribute Summary collapse
- #BindStatus ⇒ Object
- #CreateTime ⇒ Object
- #IsAllowQuit ⇒ Object
- #MemberType ⇒ Object
- #MemberUin ⇒ Object
- #Name ⇒ Object
- #NickName ⇒ Object
- #NodeId ⇒ Object
- #NodeName ⇒ Object
- #OrgIdentity ⇒ Object
- #OrgPermission ⇒ Object
- #OrgPolicyName ⇒ Object
- #OrgPolicyType ⇒ Object
- #PayName ⇒ Object
- #PayUin ⇒ Object
- #PermissionStatus ⇒ Object
- #Remark ⇒ Object
- #Tags ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(memberuin = nil, name = nil, membertype = nil, orgpolicytype = nil, orgpolicyname = nil, orgpermission = nil, nodeid = nil, nodename = nil, remark = nil, createtime = nil, updatetime = nil, isallowquit = nil, payuin = nil, payname = nil, orgidentity = nil, bindstatus = nil, permissionstatus = nil, tags = nil, nickname = nil) ⇒ OrgMember
constructor
A new instance of OrgMember.
Constructor Details
#initialize(memberuin = nil, name = nil, membertype = nil, orgpolicytype = nil, orgpolicyname = nil, orgpermission = nil, nodeid = nil, nodename = nil, remark = nil, createtime = nil, updatetime = nil, isallowquit = nil, payuin = nil, payname = nil, orgidentity = nil, bindstatus = nil, permissionstatus = nil, tags = nil, nickname = nil) ⇒ OrgMember
Returns a new instance of OrgMember.
6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 |
# File 'lib/v20210331/models.rb', line 6033 def initialize(memberuin=nil, name=nil, membertype=nil, orgpolicytype=nil, orgpolicyname=nil, =nil, nodeid=nil, nodename=nil, remark=nil, createtime=nil, updatetime=nil, isallowquit=nil, payuin=nil, payname=nil, orgidentity=nil, bindstatus=nil, =nil, =nil, nickname=nil) @MemberUin = memberuin @Name = name @MemberType = membertype @OrgPolicyType = orgpolicytype @OrgPolicyName = orgpolicyname @OrgPermission = @NodeId = nodeid @NodeName = nodename @Remark = remark @CreateTime = createtime @UpdateTime = updatetime @IsAllowQuit = isallowquit @PayUin = payuin @PayName = payname @OrgIdentity = orgidentity @BindStatus = bindstatus @PermissionStatus = @Tags = @NickName = nickname end |
Instance Attribute Details
#BindStatus ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def BindStatus @BindStatus end |
#CreateTime ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def CreateTime @CreateTime end |
#IsAllowQuit ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def IsAllowQuit @IsAllowQuit end |
#MemberType ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def MemberType @MemberType end |
#MemberUin ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def MemberUin @MemberUin end |
#Name ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def Name @Name end |
#NickName ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def NickName @NickName end |
#NodeId ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def NodeId @NodeId end |
#NodeName ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def NodeName @NodeName end |
#OrgIdentity ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def OrgIdentity @OrgIdentity end |
#OrgPermission ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def OrgPermission @OrgPermission end |
#OrgPolicyName ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def OrgPolicyName @OrgPolicyName end |
#OrgPolicyType ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def OrgPolicyType @OrgPolicyType end |
#PayName ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def PayName @PayName end |
#PayUin ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def PayUin @PayUin end |
#PermissionStatus ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def PermissionStatus @PermissionStatus end |
#Remark ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def Remark @Remark end |
#Tags ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def Tags @Tags end |
#UpdateTime ⇒ Object
6031 6032 6033 |
# File 'lib/v20210331/models.rb', line 6031 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 |
# File 'lib/v20210331/models.rb', line 6055 def deserialize(params) @MemberUin = params['MemberUin'] @Name = params['Name'] @MemberType = params['MemberType'] @OrgPolicyType = params['OrgPolicyType'] @OrgPolicyName = params['OrgPolicyName'] unless params['OrgPermission'].nil? @OrgPermission = [] params['OrgPermission'].each do |i| = OrgPermission.new .deserialize(i) @OrgPermission << end end @NodeId = params['NodeId'] @NodeName = params['NodeName'] @Remark = params['Remark'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] @IsAllowQuit = params['IsAllowQuit'] @PayUin = params['PayUin'] @PayName = params['PayName'] unless params['OrgIdentity'].nil? @OrgIdentity = [] params['OrgIdentity'].each do |i| memberidentity_tmp = MemberIdentity.new memberidentity_tmp.deserialize(i) @OrgIdentity << memberidentity_tmp end end @BindStatus = params['BindStatus'] @PermissionStatus = params['PermissionStatus'] unless params['Tags'].nil? @Tags = [] params['Tags'].each do |i| tag_tmp = Tag.new tag_tmp.deserialize(i) @Tags << tag_tmp end end @NickName = params['NickName'] end |