Class: TencentCloud::Ess::V20201111::CreateOrganizationInfoChangeUrlResponse

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

Overview

CreateOrganizationInfoChangeUrl返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(url = nil, expiredtime = nil, requestid = nil) ⇒ CreateOrganizationInfoChangeUrlResponse

Returns a new instance of CreateOrganizationInfoChangeUrlResponse.



6663
6664
6665
6666
6667
# File 'lib/v20201111/models.rb', line 6663

def initialize(url=nil, expiredtime=nil, requestid=nil)
  @Url = url
  @ExpiredTime = expiredtime
  @RequestId = requestid
end

Instance Attribute Details

#ExpiredTimeObject

Parameters:

  • Url:

    创建的企业信息变更链接。

  • ExpiredTime:

    链接过期时间。链接7天有效。

  • RequestId:

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



6661
6662
6663
# File 'lib/v20201111/models.rb', line 6661

def ExpiredTime
  @ExpiredTime
end

#RequestIdObject

Parameters:

  • Url:

    创建的企业信息变更链接。

  • ExpiredTime:

    链接过期时间。链接7天有效。

  • RequestId:

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



6661
6662
6663
# File 'lib/v20201111/models.rb', line 6661

def RequestId
  @RequestId
end

#UrlObject

Parameters:

  • Url:

    创建的企业信息变更链接。

  • ExpiredTime:

    链接过期时间。链接7天有效。

  • RequestId:

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



6661
6662
6663
# File 'lib/v20201111/models.rb', line 6661

def Url
  @Url
end

Instance Method Details

#deserialize(params) ⇒ Object



6669
6670
6671
6672
6673
# File 'lib/v20201111/models.rb', line 6669

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