class TencentCloud::Ioa::V20220601::DeviceGroupDetail
返回的数组列表
def deserialize(params)
def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Description = params['Description'] @ParentId = params['ParentId'] @IdPath = params['IdPath'] @NamePath = params['NamePath'] @Locked = params['Locked'] @OsType = params['OsType'] @Sort = params['Sort'] @FromAuto = params['FromAuto'] @Count = params['Count'] @Icon = params['Icon'] @WithIp = params['WithIp'] @HasIp = params['HasIp'] @IsLeaf = params['IsLeaf'] @ReadOnly = params['ReadOnly'] @BindAccount = params['BindAccount'] @BindAccountName = params['BindAccountName'] end
def initialize(id=nil, name=nil, description=nil, parentid=nil, idpath=nil, namepath=nil, locked=nil, ostype=nil, sort=nil, fromauto=nil, count=nil, icon=nil, withip=nil, hasip=nil, isleaf=nil, readonly=nil, bindaccount=nil, bindaccountname=nil)
def initialize(id=nil, name=nil, description=nil, parentid=nil, idpath=nil, namepath=nil, locked=nil, ostype=nil, sort=nil, fromauto=nil, count=nil, icon=nil, withip=nil, hasip=nil, isleaf=nil, readonly=nil, bindaccount=nil, bindaccountname=nil) @Id = id @Name = name @Description = description @ParentId = parentid @IdPath = idpath @NamePath = namepath @Locked = locked @OsType = ostype @Sort = sort @FromAuto = fromauto @Count = count @Icon = icon @WithIp = withip @HasIp = hasip @IsLeaf = isleaf @ReadOnly = readonly @BindAccount = bindaccount @BindAccountName = bindaccountname end