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.
6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 |
# File 'lib/v20210331/models.rb', line 6175 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
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def BindStatus @BindStatus end |
#CreateTime ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def CreateTime @CreateTime end |
#IsAllowQuit ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def IsAllowQuit @IsAllowQuit end |
#MemberType ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def MemberType @MemberType end |
#MemberUin ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def MemberUin @MemberUin end |
#Name ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def Name @Name end |
#NickName ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def NickName @NickName end |
#NodeId ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def NodeId @NodeId end |
#NodeName ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def NodeName @NodeName end |
#OrgIdentity ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def OrgIdentity @OrgIdentity end |
#OrgPermission ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def OrgPermission @OrgPermission end |
#OrgPolicyName ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def OrgPolicyName @OrgPolicyName end |
#OrgPolicyType ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def OrgPolicyType @OrgPolicyType end |
#PayName ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def PayName @PayName end |
#PayUin ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def PayUin @PayUin end |
#PermissionStatus ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def PermissionStatus @PermissionStatus end |
#Remark ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def Remark @Remark end |
#Tags ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def Tags @Tags end |
#UpdateTime ⇒ Object
6173 6174 6175 |
# File 'lib/v20210331/models.rb', line 6173 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 |
# File 'lib/v20210331/models.rb', line 6197 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 |