Class: TencentCloud::Tke::V20180525::ModifyPrometheusGlobalNotificationResponse

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

Overview

ModifyPrometheusGlobalNotification返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(requestid = nil) ⇒ ModifyPrometheusGlobalNotificationResponse

Returns a new instance of ModifyPrometheusGlobalNotificationResponse.



14641
14642
14643
# File 'lib/v20180525/models.rb', line 14641

def initialize(requestid=nil)
  @RequestId = requestid
end

Instance Attribute Details

#RequestIdObject

Parameters:

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



14639
14640
14641
# File 'lib/v20180525/models.rb', line 14639

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



14645
14646
14647
# File 'lib/v20180525/models.rb', line 14645

def deserialize(params)
  @RequestId = params['RequestId']
end