Class: TencentCloud::Organization::V20210331::DescribeOrganizationMemberEmailBindResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::DescribeOrganizationMemberEmailBindResponse
- Defined in:
- lib/v20210331/models.rb
Overview
DescribeOrganizationMemberEmailBind返回参数结构体
Instance Attribute Summary collapse
- #ApplyTime ⇒ Object
- #BindId ⇒ Object
- #BindStatus ⇒ Object
- #BindTime ⇒ Object
- #CountryCode ⇒ Object
- #Description ⇒ Object
- #Email ⇒ Object
- #Phone ⇒ Object
- #PhoneBind ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bindid = nil, applytime = nil, email = nil, phone = nil, bindstatus = nil, bindtime = nil, description = nil, phonebind = nil, countrycode = nil, requestid = nil) ⇒ DescribeOrganizationMemberEmailBindResponse
constructor
A new instance of DescribeOrganizationMemberEmailBindResponse.
Constructor Details
#initialize(bindid = nil, applytime = nil, email = nil, phone = nil, bindstatus = nil, bindtime = nil, description = nil, phonebind = nil, countrycode = nil, requestid = nil) ⇒ DescribeOrganizationMemberEmailBindResponse
Returns a new instance of DescribeOrganizationMemberEmailBindResponse.
2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 |
# File 'lib/v20210331/models.rb', line 2693 def initialize(bindid=nil, applytime=nil, email=nil, phone=nil, bindstatus=nil, bindtime=nil, description=nil, phonebind=nil, countrycode=nil, requestid=nil) @BindId = bindid @ApplyTime = applytime @Email = email @Phone = phone @BindStatus = bindstatus @BindTime = bindtime @Description = description @PhoneBind = phonebind @CountryCode = countrycode @RequestId = requestid end |
Instance Attribute Details
#ApplyTime ⇒ Object
2691 2692 2693 |
# File 'lib/v20210331/models.rb', line 2691 def ApplyTime @ApplyTime end |
#BindId ⇒ Object
2691 2692 2693 |
# File 'lib/v20210331/models.rb', line 2691 def BindId @BindId end |
#BindStatus ⇒ Object
2691 2692 2693 |
# File 'lib/v20210331/models.rb', line 2691 def BindStatus @BindStatus end |
#BindTime ⇒ Object
2691 2692 2693 |
# File 'lib/v20210331/models.rb', line 2691 def BindTime @BindTime end |
#CountryCode ⇒ Object
2691 2692 2693 |
# File 'lib/v20210331/models.rb', line 2691 def CountryCode @CountryCode end |
#Description ⇒ Object
2691 2692 2693 |
# File 'lib/v20210331/models.rb', line 2691 def Description @Description end |
#Email ⇒ Object
2691 2692 2693 |
# File 'lib/v20210331/models.rb', line 2691 def Email @Email end |
#Phone ⇒ Object
2691 2692 2693 |
# File 'lib/v20210331/models.rb', line 2691 def Phone @Phone end |
#PhoneBind ⇒ Object
2691 2692 2693 |
# File 'lib/v20210331/models.rb', line 2691 def PhoneBind @PhoneBind end |
#RequestId ⇒ Object
2691 2692 2693 |
# File 'lib/v20210331/models.rb', line 2691 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 |
# File 'lib/v20210331/models.rb', line 2706 def deserialize(params) @BindId = params['BindId'] @ApplyTime = params['ApplyTime'] @Email = params['Email'] @Phone = params['Phone'] @BindStatus = params['BindStatus'] @BindTime = params['BindTime'] @Description = params['Description'] @PhoneBind = params['PhoneBind'] @CountryCode = params['CountryCode'] @RequestId = params['RequestId'] end |