Class: TencentCloud::Bma::V20221115::ServiceData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20221115::ServiceData
- Defined in:
- lib/v20221115/models.rb
Overview
服务响应数据
Instance Attribute Summary collapse
- #OfflineCount ⇒ Object
- #ProtectAPPCount ⇒ Object
- #ProtectAPPExpireTime ⇒ Object
- #ProtectMiniProgramCount ⇒ Object
- #ProtectMiniProgramExpireTime ⇒ Object
- #ProtectOfficialAccountCount ⇒ Object
- #ProtectOfficialAccountExpireTime ⇒ Object
- #ProtectURLCount ⇒ Object
- #ProtectURLExpireTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(protecturlcount = nil, protecturlexpiretime = nil, protectappcount = nil, protectappexpiretime = nil, protectofficialaccountcount = nil, protectofficialaccountexpiretime = nil, protectminiprogramcount = nil, protectminiprogramexpiretime = nil, offlinecount = nil) ⇒ ServiceData
constructor
A new instance of ServiceData.
Constructor Details
#initialize(protecturlcount = nil, protecturlexpiretime = nil, protectappcount = nil, protectappexpiretime = nil, protectofficialaccountcount = nil, protectofficialaccountexpiretime = nil, protectminiprogramcount = nil, protectminiprogramexpiretime = nil, offlinecount = nil) ⇒ ServiceData
Returns a new instance of ServiceData.
937 938 939 940 941 942 943 944 945 946 947 |
# File 'lib/v20221115/models.rb', line 937 def initialize(protecturlcount=nil, protecturlexpiretime=nil, protectappcount=nil, protectappexpiretime=nil, protectofficialaccountcount=nil, protectofficialaccountexpiretime=nil, protectminiprogramcount=nil, protectminiprogramexpiretime=nil, offlinecount=nil) @ProtectURLCount = protecturlcount @ProtectURLExpireTime = protecturlexpiretime @ProtectAPPCount = protectappcount @ProtectAPPExpireTime = protectappexpiretime @ProtectOfficialAccountCount = protectofficialaccountcount @ProtectOfficialAccountExpireTime = protectofficialaccountexpiretime @ProtectMiniProgramCount = protectminiprogramcount @ProtectMiniProgramExpireTime = protectminiprogramexpiretime @OfflineCount = offlinecount end |
Instance Attribute Details
#OfflineCount ⇒ Object
935 936 937 |
# File 'lib/v20221115/models.rb', line 935 def OfflineCount @OfflineCount end |
#ProtectAPPCount ⇒ Object
935 936 937 |
# File 'lib/v20221115/models.rb', line 935 def ProtectAPPCount @ProtectAPPCount end |
#ProtectAPPExpireTime ⇒ Object
935 936 937 |
# File 'lib/v20221115/models.rb', line 935 def ProtectAPPExpireTime @ProtectAPPExpireTime end |
#ProtectMiniProgramCount ⇒ Object
935 936 937 |
# File 'lib/v20221115/models.rb', line 935 def ProtectMiniProgramCount @ProtectMiniProgramCount end |
#ProtectMiniProgramExpireTime ⇒ Object
935 936 937 |
# File 'lib/v20221115/models.rb', line 935 def ProtectMiniProgramExpireTime @ProtectMiniProgramExpireTime end |
#ProtectOfficialAccountCount ⇒ Object
935 936 937 |
# File 'lib/v20221115/models.rb', line 935 def ProtectOfficialAccountCount @ProtectOfficialAccountCount end |
#ProtectOfficialAccountExpireTime ⇒ Object
935 936 937 |
# File 'lib/v20221115/models.rb', line 935 def ProtectOfficialAccountExpireTime @ProtectOfficialAccountExpireTime end |
#ProtectURLCount ⇒ Object
935 936 937 |
# File 'lib/v20221115/models.rb', line 935 def ProtectURLCount @ProtectURLCount end |
#ProtectURLExpireTime ⇒ Object
935 936 937 |
# File 'lib/v20221115/models.rb', line 935 def ProtectURLExpireTime @ProtectURLExpireTime end |
Instance Method Details
#deserialize(params) ⇒ Object
949 950 951 952 953 954 955 956 957 958 959 |
# File 'lib/v20221115/models.rb', line 949 def deserialize(params) @ProtectURLCount = params['ProtectURLCount'] @ProtectURLExpireTime = params['ProtectURLExpireTime'] @ProtectAPPCount = params['ProtectAPPCount'] @ProtectAPPExpireTime = params['ProtectAPPExpireTime'] @ProtectOfficialAccountCount = params['ProtectOfficialAccountCount'] @ProtectOfficialAccountExpireTime = params['ProtectOfficialAccountExpireTime'] @ProtectMiniProgramCount = params['ProtectMiniProgramCount'] @ProtectMiniProgramExpireTime = params['ProtectMiniProgramExpireTime'] @OfflineCount = params['OfflineCount'] end |