Class: TencentCloud::Iai::V20200303::GetGroupInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iai::V20200303::GetGroupInfoResponse
- Defined in:
- lib/v20200303/models.rb
Overview
GetGroupInfo返回参数结构体
Instance Attribute Summary collapse
- #CreationTimestamp ⇒ Object
- #FaceModelVersion ⇒ Object
- #GroupExDescriptions ⇒ Object
- #GroupId ⇒ Object
- #GroupName ⇒ Object
- #RequestId ⇒ Object
- #Tag ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupname = nil, groupid = nil, groupexdescriptions = nil, tag = nil, facemodelversion = nil, creationtimestamp = nil, requestid = nil) ⇒ GetGroupInfoResponse
constructor
A new instance of GetGroupInfoResponse.
Constructor Details
#initialize(groupname = nil, groupid = nil, groupexdescriptions = nil, tag = nil, facemodelversion = nil, creationtimestamp = nil, requestid = nil) ⇒ GetGroupInfoResponse
Returns a new instance of GetGroupInfoResponse.
2222 2223 2224 2225 2226 2227 2228 2229 2230 |
# File 'lib/v20200303/models.rb', line 2222 def initialize(groupname=nil, groupid=nil, groupexdescriptions=nil, tag=nil, facemodelversion=nil, =nil, requestid=nil) @GroupName = groupname @GroupId = groupid @GroupExDescriptions = groupexdescriptions @Tag = tag @FaceModelVersion = facemodelversion @CreationTimestamp = @RequestId = requestid end |
Instance Attribute Details
#CreationTimestamp ⇒ Object
2220 2221 2222 |
# File 'lib/v20200303/models.rb', line 2220 def CreationTimestamp @CreationTimestamp end |
#FaceModelVersion ⇒ Object
2220 2221 2222 |
# File 'lib/v20200303/models.rb', line 2220 def FaceModelVersion @FaceModelVersion end |
#GroupExDescriptions ⇒ Object
2220 2221 2222 |
# File 'lib/v20200303/models.rb', line 2220 def GroupExDescriptions @GroupExDescriptions end |
#GroupId ⇒ Object
2220 2221 2222 |
# File 'lib/v20200303/models.rb', line 2220 def GroupId @GroupId end |
#GroupName ⇒ Object
2220 2221 2222 |
# File 'lib/v20200303/models.rb', line 2220 def GroupName @GroupName end |
#RequestId ⇒ Object
2220 2221 2222 |
# File 'lib/v20200303/models.rb', line 2220 def RequestId @RequestId end |
#Tag ⇒ Object
2220 2221 2222 |
# File 'lib/v20200303/models.rb', line 2220 def Tag @Tag end |
Instance Method Details
#deserialize(params) ⇒ Object
2232 2233 2234 2235 2236 2237 2238 2239 2240 |
# File 'lib/v20200303/models.rb', line 2232 def deserialize(params) @GroupName = params['GroupName'] @GroupId = params['GroupId'] @GroupExDescriptions = params['GroupExDescriptions'] @Tag = params['Tag'] @FaceModelVersion = params['FaceModelVersion'] @CreationTimestamp = params['CreationTimestamp'] @RequestId = params['RequestId'] end |