Class: TencentCloud::Weilingwith::V20230427::DescribeAlarmTypeListRequest

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

Overview

DescribeAlarmTypeList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(workspaceid = nil, applicationtoken = nil, parenttype = nil) ⇒ DescribeAlarmTypeListRequest

Returns a new instance of DescribeAlarmTypeListRequest.



2182
2183
2184
2185
2186
# File 'lib/v20230427/models.rb', line 2182

def initialize(workspaceid=nil, applicationtoken=nil, parenttype=nil)
  @WorkspaceId = workspaceid
  @ApplicationToken = applicationtoken
  @ParentType = parenttype
end

Instance Attribute Details

#ApplicationTokenObject

Parameters:

  • WorkspaceId:

    工作空间id

  • ApplicationToken:

    应用token

  • ParentType:

    一级类型



2180
2181
2182
# File 'lib/v20230427/models.rb', line 2180

def ApplicationToken
  @ApplicationToken
end

#ParentTypeObject

Parameters:

  • WorkspaceId:

    工作空间id

  • ApplicationToken:

    应用token

  • ParentType:

    一级类型



2180
2181
2182
# File 'lib/v20230427/models.rb', line 2180

def ParentType
  @ParentType
end

#WorkspaceIdObject

Parameters:

  • WorkspaceId:

    工作空间id

  • ApplicationToken:

    应用token

  • ParentType:

    一级类型



2180
2181
2182
# File 'lib/v20230427/models.rb', line 2180

def WorkspaceId
  @WorkspaceId
end

Instance Method Details

#deserialize(params) ⇒ Object



2188
2189
2190
2191
2192
# File 'lib/v20230427/models.rb', line 2188

def deserialize(params)
  @WorkspaceId = params['WorkspaceId']
  @ApplicationToken = params['ApplicationToken']
  @ParentType = params['ParentType']
end