Class: TencentCloud::Organization::V20181225::GetOrganizationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20181225::GetOrganizationResponse
- Defined in:
- lib/v20181225/models.rb
Overview
GetOrganization返回参数结构体
Instance Attribute Summary collapse
- #HostUin ⇒ Object
- #IsEmpty ⇒ Object
- #Mail ⇒ Object
- #Nickname ⇒ Object
- #OrgId ⇒ Object
- #OrgType ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(orgid = nil, hostuin = nil, nickname = nil, mail = nil, orgtype = nil, isempty = nil, requestid = nil) ⇒ GetOrganizationResponse
constructor
A new instance of GetOrganizationResponse.
Constructor Details
#initialize(orgid = nil, hostuin = nil, nickname = nil, mail = nil, orgtype = nil, isempty = nil, requestid = nil) ⇒ GetOrganizationResponse
Returns a new instance of GetOrganizationResponse.
421 422 423 424 425 426 427 428 429 |
# File 'lib/v20181225/models.rb', line 421 def initialize(orgid=nil, hostuin=nil, nickname=nil, mail=nil, orgtype=nil, isempty=nil, requestid=nil) @OrgId = orgid @HostUin = hostuin @Nickname = nickname @Mail = mail @OrgType = orgtype @IsEmpty = isempty @RequestId = requestid end |
Instance Attribute Details
#HostUin ⇒ Object
419 420 421 |
# File 'lib/v20181225/models.rb', line 419 def HostUin @HostUin end |
#IsEmpty ⇒ Object
419 420 421 |
# File 'lib/v20181225/models.rb', line 419 def IsEmpty @IsEmpty end |
#Mail ⇒ Object
419 420 421 |
# File 'lib/v20181225/models.rb', line 419 def Mail @Mail end |
#Nickname ⇒ Object
419 420 421 |
# File 'lib/v20181225/models.rb', line 419 def Nickname @Nickname end |
#OrgId ⇒ Object
419 420 421 |
# File 'lib/v20181225/models.rb', line 419 def OrgId @OrgId end |
#OrgType ⇒ Object
419 420 421 |
# File 'lib/v20181225/models.rb', line 419 def OrgType @OrgType end |
#RequestId ⇒ Object
419 420 421 |
# File 'lib/v20181225/models.rb', line 419 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
431 432 433 434 435 436 437 438 439 |
# File 'lib/v20181225/models.rb', line 431 def deserialize(params) @OrgId = params['OrgId'] @HostUin = params['HostUin'] @Nickname = params['Nickname'] @Mail = params['Mail'] @OrgType = params['OrgType'] @IsEmpty = params['IsEmpty'] @RequestId = params['RequestId'] end |