Class: TencentCloud::Ccc::V20200210::CarrierPrivilegeNumberApplicant
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::CarrierPrivilegeNumberApplicant
- Defined in:
- lib/v20200210/models.rb
Overview
运营商白名单号码申请单
Instance Attribute Summary collapse
- #ApplicantId ⇒ Object
- #Callees ⇒ Object
- #Callers ⇒ Object
- #CreateTime ⇒ Object
- #Description ⇒ Object
- #SdkAppId ⇒ Object
- #State ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sdkappid = nil, applicantid = nil, callers = nil, callees = nil, description = nil, state = nil, createtime = nil, updatetime = nil) ⇒ CarrierPrivilegeNumberApplicant
constructor
A new instance of CarrierPrivilegeNumberApplicant.
Constructor Details
#initialize(sdkappid = nil, applicantid = nil, callers = nil, callees = nil, description = nil, state = nil, createtime = nil, updatetime = nil) ⇒ CarrierPrivilegeNumberApplicant
Returns a new instance of CarrierPrivilegeNumberApplicant.
832 833 834 835 836 837 838 839 840 841 |
# File 'lib/v20200210/models.rb', line 832 def initialize(sdkappid=nil, applicantid=nil, callers=nil, callees=nil, description=nil, state=nil, createtime=nil, updatetime=nil) @SdkAppId = sdkappid @ApplicantId = applicantid @Callers = callers @Callees = callees @Description = description @State = state @CreateTime = createtime @UpdateTime = updatetime end |
Instance Attribute Details
#ApplicantId ⇒ Object
830 831 832 |
# File 'lib/v20200210/models.rb', line 830 def ApplicantId @ApplicantId end |
#Callees ⇒ Object
830 831 832 |
# File 'lib/v20200210/models.rb', line 830 def Callees @Callees end |
#Callers ⇒ Object
830 831 832 |
# File 'lib/v20200210/models.rb', line 830 def Callers @Callers end |
#CreateTime ⇒ Object
830 831 832 |
# File 'lib/v20200210/models.rb', line 830 def CreateTime @CreateTime end |
#Description ⇒ Object
830 831 832 |
# File 'lib/v20200210/models.rb', line 830 def Description @Description end |
#SdkAppId ⇒ Object
830 831 832 |
# File 'lib/v20200210/models.rb', line 830 def SdkAppId @SdkAppId end |
#State ⇒ Object
830 831 832 |
# File 'lib/v20200210/models.rb', line 830 def State @State end |
#UpdateTime ⇒ Object
830 831 832 |
# File 'lib/v20200210/models.rb', line 830 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
843 844 845 846 847 848 849 850 851 852 |
# File 'lib/v20200210/models.rb', line 843 def deserialize(params) @SdkAppId = params['SdkAppId'] @ApplicantId = params['ApplicantId'] @Callers = params['Callers'] @Callees = params['Callees'] @Description = params['Description'] @State = params['State'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] end |