Class: TencentCloud::Essbasic::V20210526::ChannelCreatePrepareFlowGroupResponse

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

Overview

ChannelCreatePrepareFlowGroup返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(flowgroupid = nil, prepareurl = nil, requestid = nil) ⇒ ChannelCreatePrepareFlowGroupResponse

Returns a new instance of ChannelCreatePrepareFlowGroupResponse.



2817
2818
2819
2820
2821
# File 'lib/v20210526/models.rb', line 2817

def initialize(flowgroupid=nil, prepareurl=nil, requestid=nil)
  @FlowGroupId = flowgroupid
  @PrepareUrl = prepareurl
  @RequestId = requestid
end

Instance Attribute Details

#FlowGroupIdObject

建议开发者妥善保存此合同组ID,以便于顺利进行后续操作。

Parameters:

  • FlowGroupId:

    合同组ID,为32位字符串。

  • PrepareUrl:

    嵌入式发起链接

  • RequestId:

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



2815
2816
2817
# File 'lib/v20210526/models.rb', line 2815

def FlowGroupId
  @FlowGroupId
end

#PrepareUrlObject

建议开发者妥善保存此合同组ID,以便于顺利进行后续操作。

Parameters:

  • FlowGroupId:

    合同组ID,为32位字符串。

  • PrepareUrl:

    嵌入式发起链接

  • RequestId:

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



2815
2816
2817
# File 'lib/v20210526/models.rb', line 2815

def PrepareUrl
  @PrepareUrl
end

#RequestIdObject

建议开发者妥善保存此合同组ID,以便于顺利进行后续操作。

Parameters:

  • FlowGroupId:

    合同组ID,为32位字符串。

  • PrepareUrl:

    嵌入式发起链接

  • RequestId:

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



2815
2816
2817
# File 'lib/v20210526/models.rb', line 2815

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



2823
2824
2825
2826
2827
# File 'lib/v20210526/models.rb', line 2823

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