Class: TencentCloud::Dayu::V20180709::ModifyCCUrlAllowRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::ModifyCCUrlAllowRequest
- Defined in:
- lib/v20180709/models.rb
Overview
ModifyCCUrlAllow请求参数结构体
Instance Attribute Summary collapse
-
#Business ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;.
-
#Domain ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;.
-
#Id ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;.
-
#Method ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;.
-
#Protocol ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;.
-
#RuleId ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;.
-
#Type ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;.
-
#UrlList ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(business = nil, id = nil, method = nil, type = nil, urllist = nil, protocol = nil, domain = nil, ruleid = nil) ⇒ ModifyCCUrlAllowRequest
constructor
A new instance of ModifyCCUrlAllowRequest.
Constructor Details
#initialize(business = nil, id = nil, method = nil, type = nil, urllist = nil, protocol = nil, domain = nil, ruleid = nil) ⇒ ModifyCCUrlAllowRequest
7228 7229 7230 7231 7232 7233 7234 7235 7236 7237 |
# File 'lib/v20180709/models.rb', line 7228 def initialize(business=nil, id=nil, method=nil, type=nil, urllist=nil, protocol=nil, domain=nil, ruleid=nil) @Business = business @Id = id @Method = method @Type = type @UrlList = urllist @Protocol = protocol @Domain = domain @RuleId = ruleid end |
Instance Attribute Details
#Business ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;
7226 7227 7228 |
# File 'lib/v20180709/models.rb', line 7226 def Business @Business end |
#Domain ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;
7226 7227 7228 |
# File 'lib/v20180709/models.rb', line 7226 def Domain @Domain end |
#Id ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;
7226 7227 7228 |
# File 'lib/v20180709/models.rb', line 7226 def Id @Id end |
#Method ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;
7226 7227 7228 |
# File 'lib/v20180709/models.rb', line 7226 def Method @Method end |
#Protocol ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;
7226 7227 7228 |
# File 'lib/v20180709/models.rb', line 7226 def Protocol @Protocol end |
#RuleId ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;
7226 7227 7228 |
# File 'lib/v20180709/models.rb', line 7226 def RuleId @RuleId end |
#Type ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;
7226 7227 7228 |
# File 'lib/v20180709/models.rb', line 7226 def Type @Type end |
#UrlList ⇒ Object
http://域名/cgi https://域名/cgi 当Method为delete时,可以不用填写此字段;
7226 7227 7228 |
# File 'lib/v20180709/models.rb', line 7226 def UrlList @UrlList end |
Instance Method Details
#deserialize(params) ⇒ Object
7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 |
# File 'lib/v20180709/models.rb', line 7239 def deserialize(params) @Business = params['Business'] @Id = params['Id'] @Method = params['Method'] @Type = params['Type'] @UrlList = params['UrlList'] @Protocol = params['Protocol'] @Domain = params['Domain'] @RuleId = params['RuleId'] end |