Class: TencentCloud::Monitor::V20180724::UpdateGrafanaNotificationChannelResponse

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

Overview

UpdateGrafanaNotificationChannel返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(requestid = nil) ⇒ UpdateGrafanaNotificationChannelResponse

Returns a new instance of UpdateGrafanaNotificationChannelResponse.



15912
15913
15914
# File 'lib/v20180724/models.rb', line 15912

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

Instance Attribute Details

#RequestIdObject

Parameters:

  • RequestId:

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



15910
15911
15912
# File 'lib/v20180724/models.rb', line 15910

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



15916
15917
15918
# File 'lib/v20180724/models.rb', line 15916

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