Class: TencentCloud::Bh::V20230418::AccountGroup
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bh::V20230418::AccountGroup
- Defined in:
- lib/v20230418/models.rb
Overview
ioa账号组
Instance Attribute Summary collapse
- #Description ⇒ Object
- #Id ⇒ Object
- #IdPath ⇒ Object
- #ImportType ⇒ Object
- #IsLeaf ⇒ Object
- #Name ⇒ Object
- #NamePath ⇒ Object
- #OrgId ⇒ Object
- #ParentId ⇒ Object
- #ParentOrgId ⇒ Object
- #Source ⇒ Object
- #Status ⇒ Object
- #UserTotal ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, idpath = nil, namepath = nil, parentid = nil, source = nil, usertotal = nil, isleaf = nil, importtype = nil, description = nil, parentorgid = nil, orgid = nil, status = nil) ⇒ AccountGroup
constructor
A new instance of AccountGroup.
Constructor Details
#initialize(id = nil, name = nil, idpath = nil, namepath = nil, parentid = nil, source = nil, usertotal = nil, isleaf = nil, importtype = nil, description = nil, parentorgid = nil, orgid = nil, status = nil) ⇒ AccountGroup
Returns a new instance of AccountGroup.
231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 |
# File 'lib/v20230418/models.rb', line 231 def initialize(id=nil, name=nil, idpath=nil, namepath=nil, parentid=nil, source=nil, usertotal=nil, isleaf=nil, importtype=nil, description=nil, parentorgid=nil, orgid=nil, status=nil) @Id = id @Name = name @IdPath = idpath @NamePath = namepath @ParentId = parentid @Source = source @UserTotal = usertotal @IsLeaf = isleaf @ImportType = importtype @Description = description @ParentOrgId = parentorgid @OrgId = orgid @Status = status end |
Instance Attribute Details
#Description ⇒ Object
229 230 231 |
# File 'lib/v20230418/models.rb', line 229 def Description @Description end |
#Id ⇒ Object
229 230 231 |
# File 'lib/v20230418/models.rb', line 229 def Id @Id end |
#IdPath ⇒ Object
229 230 231 |
# File 'lib/v20230418/models.rb', line 229 def IdPath @IdPath end |
#ImportType ⇒ Object
229 230 231 |
# File 'lib/v20230418/models.rb', line 229 def ImportType @ImportType end |
#IsLeaf ⇒ Object
229 230 231 |
# File 'lib/v20230418/models.rb', line 229 def IsLeaf @IsLeaf end |
#Name ⇒ Object
229 230 231 |
# File 'lib/v20230418/models.rb', line 229 def Name @Name end |
#NamePath ⇒ Object
229 230 231 |
# File 'lib/v20230418/models.rb', line 229 def NamePath @NamePath end |
#OrgId ⇒ Object
229 230 231 |
# File 'lib/v20230418/models.rb', line 229 def OrgId @OrgId end |
#ParentId ⇒ Object
229 230 231 |
# File 'lib/v20230418/models.rb', line 229 def ParentId @ParentId end |
#ParentOrgId ⇒ Object
229 230 231 |
# File 'lib/v20230418/models.rb', line 229 def ParentOrgId @ParentOrgId end |
#Source ⇒ Object
229 230 231 |
# File 'lib/v20230418/models.rb', line 229 def Source @Source end |
#Status ⇒ Object
229 230 231 |
# File 'lib/v20230418/models.rb', line 229 def Status @Status end |
#UserTotal ⇒ Object
229 230 231 |
# File 'lib/v20230418/models.rb', line 229 def UserTotal @UserTotal end |
Instance Method Details
#deserialize(params) ⇒ Object
247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
# File 'lib/v20230418/models.rb', line 247 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @IdPath = params['IdPath'] @NamePath = params['NamePath'] @ParentId = params['ParentId'] @Source = params['Source'] @UserTotal = params['UserTotal'] @IsLeaf = params['IsLeaf'] @ImportType = params['ImportType'] @Description = params['Description'] @ParentOrgId = params['ParentOrgId'] @OrgId = params['OrgId'] @Status = params['Status'] end |