Class: TencentCloud::Iai::V20180301::GetGroupInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iai::V20180301::GetGroupInfoResponse
- Defined in:
- lib/v20180301/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.
1896 1897 1898 1899 1900 1901 1902 1903 1904 |
# File 'lib/v20180301/models.rb', line 1896 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
1894 1895 1896 |
# File 'lib/v20180301/models.rb', line 1894 def CreationTimestamp @CreationTimestamp end |
#FaceModelVersion ⇒ Object
1894 1895 1896 |
# File 'lib/v20180301/models.rb', line 1894 def FaceModelVersion @FaceModelVersion end |
#GroupExDescriptions ⇒ Object
1894 1895 1896 |
# File 'lib/v20180301/models.rb', line 1894 def GroupExDescriptions @GroupExDescriptions end |
#GroupId ⇒ Object
1894 1895 1896 |
# File 'lib/v20180301/models.rb', line 1894 def GroupId @GroupId end |
#GroupName ⇒ Object
1894 1895 1896 |
# File 'lib/v20180301/models.rb', line 1894 def GroupName @GroupName end |
#RequestId ⇒ Object
1894 1895 1896 |
# File 'lib/v20180301/models.rb', line 1894 def RequestId @RequestId end |
#Tag ⇒ Object
1894 1895 1896 |
# File 'lib/v20180301/models.rb', line 1894 def Tag @Tag end |
Instance Method Details
#deserialize(params) ⇒ Object
1906 1907 1908 1909 1910 1911 1912 1913 1914 |
# File 'lib/v20180301/models.rb', line 1906 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 |