Class: TencentCloud::Cls::V20201016::ExcludePathInfo

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201016/models.rb

Overview

黑名单path信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, value = nil) ⇒ ExcludePathInfo

Returns a new instance of ExcludePathInfo.



10982
10983
10984
10985
# File 'lib/v20201016/models.rb', line 10982

def initialize(type=nil, value=nil)
  @Type = type
  @Value = value
end

Instance Attribute Details

#Type ⇒ Object

Parameters:

  • Type: —

    类型,选填File或Path

  • Value: —

    Type对应的具体内容



10980
10981
10982
# File 'lib/v20201016/models.rb', line 10980

def Type
  @Type
end

#Value ⇒ Object

Parameters:

  • Type: —

    类型,选填File或Path

  • Value: —

    Type对应的具体内容



10980
10981
10982
# File 'lib/v20201016/models.rb', line 10980

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



10987
10988
10989
10990
# File 'lib/v20201016/models.rb', line 10987

def deserialize(params)
  @Type = params['Type']
  @Value = params['Value']
end