Class: TencentCloud::Cloudaudit::V20190319::CosRegionInfo

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

Overview

cos地域信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(cosregion = nil, cosregionname = nil) ⇒ CosRegionInfo

Returns a new instance of CosRegionInfo.



109
110
111
112
# File 'lib/v20190319/models.rb', line 109

def initialize(cosregion=nil, cosregionname=nil)
  @CosRegion = cosregion
  @CosRegionName = cosregionname
end

Instance Attribute Details

#CosRegionObject

Parameters:

  • CosRegion:

    cos地域

  • CosRegionName:

    地域描述



107
108
109
# File 'lib/v20190319/models.rb', line 107

def CosRegion
  @CosRegion
end

#CosRegionNameObject

Parameters:

  • CosRegion:

    cos地域

  • CosRegionName:

    地域描述



107
108
109
# File 'lib/v20190319/models.rb', line 107

def CosRegionName
  @CosRegionName
end

Instance Method Details

#deserialize(params) ⇒ Object



114
115
116
117
# File 'lib/v20190319/models.rb', line 114

def deserialize(params)
  @CosRegion = params['CosRegion']
  @CosRegionName = params['CosRegionName']
end