Class: TencentCloud::Ckafka::V20190819::DescribeConnectInfoResultDTO

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

Overview

topic链接信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ipaddr = nil, time = nil, isunsupportversion = nil) ⇒ DescribeConnectInfoResultDTO

Returns a new instance of DescribeConnectInfoResultDTO.



4082
4083
4084
4085
4086
# File 'lib/v20190819/models.rb', line 4082

def initialize(ipaddr=nil, time=nil, isunsupportversion=nil)
  @IpAddr = ipaddr
  @Time = time
  @IsUnSupportVersion = isunsupportversion
end

Instance Attribute Details

#IpAddrObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • IpAddr:

    ip地址

  • Time:

    连结时间

  • IsUnSupportVersion:

    是否支持的版本



4080
4081
4082
# File 'lib/v20190819/models.rb', line 4080

def IpAddr
  @IpAddr
end

#IsUnSupportVersionObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • IpAddr:

    ip地址

  • Time:

    连结时间

  • IsUnSupportVersion:

    是否支持的版本



4080
4081
4082
# File 'lib/v20190819/models.rb', line 4080

def IsUnSupportVersion
  @IsUnSupportVersion
end

#TimeObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • IpAddr:

    ip地址

  • Time:

    连结时间

  • IsUnSupportVersion:

    是否支持的版本



4080
4081
4082
# File 'lib/v20190819/models.rb', line 4080

def Time
  @Time
end

Instance Method Details

#deserialize(params) ⇒ Object



4088
4089
4090
4091
4092
# File 'lib/v20190819/models.rb', line 4088

def deserialize(params)
  @IpAddr = params['IpAddr']
  @Time = params['Time']
  @IsUnSupportVersion = params['IsUnSupportVersion']
end