Class: TencentCloud::Organization::V20210331::DescribeOrganizationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::DescribeOrganizationResponse
- Defined in:
- lib/v20210331/models.rb
Overview
DescribeOrganization返回参数结构体
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #HostUin ⇒ Object
- #IsAllowQuit ⇒ Object
- #IsAssignManager ⇒ Object
- #IsAuthManager ⇒ Object
- #IsManager ⇒ Object
- #JoinTime ⇒ Object
- #NickName ⇒ Object
- #OrgId ⇒ Object
- #OrgPermission ⇒ Object
- #OrgPolicyName ⇒ Object
- #OrgPolicyType ⇒ Object
- #OrgType ⇒ Object
- #PayName ⇒ Object
- #PayUin ⇒ Object
- #RequestId ⇒ Object
- #RootNodeId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(orgid = nil, hostuin = nil, nickname = nil, orgtype = nil, ismanager = nil, orgpolicytype = nil, orgpolicyname = nil, orgpermission = nil, rootnodeid = nil, createtime = nil, jointime = nil, isallowquit = nil, payuin = nil, payname = nil, isassignmanager = nil, isauthmanager = nil, requestid = nil) ⇒ DescribeOrganizationResponse
constructor
A new instance of DescribeOrganizationResponse.
Constructor Details
#initialize(orgid = nil, hostuin = nil, nickname = nil, orgtype = nil, ismanager = nil, orgpolicytype = nil, orgpolicyname = nil, orgpermission = nil, rootnodeid = nil, createtime = nil, jointime = nil, isallowquit = nil, payuin = nil, payname = nil, isassignmanager = nil, isauthmanager = nil, requestid = nil) ⇒ DescribeOrganizationResponse
Returns a new instance of DescribeOrganizationResponse.
2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/v20210331/models.rb', line 2986 def initialize(orgid=nil, hostuin=nil, nickname=nil, orgtype=nil, ismanager=nil, orgpolicytype=nil, orgpolicyname=nil, =nil, rootnodeid=nil, createtime=nil, jointime=nil, isallowquit=nil, payuin=nil, payname=nil, isassignmanager=nil, isauthmanager=nil, requestid=nil) @OrgId = orgid @HostUin = hostuin @NickName = nickname @OrgType = orgtype @IsManager = ismanager @OrgPolicyType = orgpolicytype @OrgPolicyName = orgpolicyname @OrgPermission = @RootNodeId = rootnodeid @CreateTime = createtime @JoinTime = jointime @IsAllowQuit = isallowquit @PayUin = payuin @PayName = payname @IsAssignManager = isassignmanager @IsAuthManager = isauthmanager @RequestId = requestid end |
Instance Attribute Details
#CreateTime ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def CreateTime @CreateTime end |
#HostUin ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def HostUin @HostUin end |
#IsAllowQuit ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def IsAllowQuit @IsAllowQuit end |
#IsAssignManager ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def IsAssignManager @IsAssignManager end |
#IsAuthManager ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def IsAuthManager @IsAuthManager end |
#IsManager ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def IsManager @IsManager end |
#JoinTime ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def JoinTime @JoinTime end |
#NickName ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def NickName @NickName end |
#OrgId ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def OrgId @OrgId end |
#OrgPermission ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def OrgPermission @OrgPermission end |
#OrgPolicyName ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def OrgPolicyName @OrgPolicyName end |
#OrgPolicyType ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def OrgPolicyType @OrgPolicyType end |
#OrgType ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def OrgType @OrgType end |
#PayName ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def PayName @PayName end |
#PayUin ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def PayUin @PayUin end |
#RequestId ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def RequestId @RequestId end |
#RootNodeId ⇒ Object
2984 2985 2986 |
# File 'lib/v20210331/models.rb', line 2984 def RootNodeId @RootNodeId end |
Instance Method Details
#deserialize(params) ⇒ Object
3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 |
# File 'lib/v20210331/models.rb', line 3006 def deserialize(params) @OrgId = params['OrgId'] @HostUin = params['HostUin'] @NickName = params['NickName'] @OrgType = params['OrgType'] @IsManager = params['IsManager'] @OrgPolicyType = params['OrgPolicyType'] @OrgPolicyName = params['OrgPolicyName'] unless params['OrgPermission'].nil? @OrgPermission = [] params['OrgPermission'].each do |i| = OrgPermission.new .deserialize(i) @OrgPermission << end end @RootNodeId = params['RootNodeId'] @CreateTime = params['CreateTime'] @JoinTime = params['JoinTime'] @IsAllowQuit = params['IsAllowQuit'] @PayUin = params['PayUin'] @PayName = params['PayName'] @IsAssignManager = params['IsAssignManager'] @IsAuthManager = params['IsAuthManager'] @RequestId = params['RequestId'] end |