Class: TencentCloud::Tcr::V20190924::TagInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::TagInfo
- Defined in:
- lib/v20190924/models.rb
Overview
镜像tag信息
Instance Attribute Summary collapse
- #Architecture ⇒ Object
- #Author ⇒ Object
- #CreationTime ⇒ Object
- #DockerVersion ⇒ Object
- #DurationDays ⇒ Object
- #Id ⇒ Object
- #ImageId ⇒ Object
- #Kind ⇒ Object
- #OS ⇒ Object
- #PushTime ⇒ Object
- #Size ⇒ Object
- #SizeByte ⇒ Object
- #TagId ⇒ Object
- #TagName ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagname = nil, tagid = nil, imageid = nil, size = nil, creationtime = nil, durationdays = nil, author = nil, architecture = nil, dockerversion = nil, os = nil, sizebyte = nil, id = nil, updatetime = nil, pushtime = nil, kind = nil) ⇒ TagInfo
constructor
A new instance of TagInfo.
Constructor Details
#initialize(tagname = nil, tagid = nil, imageid = nil, size = nil, creationtime = nil, durationdays = nil, author = nil, architecture = nil, dockerversion = nil, os = nil, sizebyte = nil, id = nil, updatetime = nil, pushtime = nil, kind = nil) ⇒ TagInfo
Returns a new instance of TagInfo.
7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 |
# File 'lib/v20190924/models.rb', line 7036 def initialize(tagname=nil, tagid=nil, imageid=nil, size=nil, creationtime=nil, durationdays=nil, =nil, architecture=nil, dockerversion=nil, os=nil, sizebyte=nil, id=nil, updatetime=nil, pushtime=nil, kind=nil) @TagName = tagname @TagId = tagid @ImageId = imageid @Size = size @CreationTime = creationtime @DurationDays = durationdays @Author = @Architecture = architecture @DockerVersion = dockerversion @OS = os @SizeByte = sizebyte @Id = id @UpdateTime = updatetime @PushTime = pushtime @Kind = kind end |
Instance Attribute Details
#Architecture ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def Architecture @Architecture end |
#Author ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def Author @Author end |
#CreationTime ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def CreationTime @CreationTime end |
#DockerVersion ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def DockerVersion @DockerVersion end |
#DurationDays ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def DurationDays @DurationDays end |
#Id ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def Id @Id end |
#ImageId ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def ImageId @ImageId end |
#Kind ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def Kind @Kind end |
#OS ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def OS @OS end |
#PushTime ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def PushTime @PushTime end |
#Size ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def Size @Size end |
#SizeByte ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def SizeByte @SizeByte end |
#TagId ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def TagId @TagId end |
#TagName ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def TagName @TagName end |
#UpdateTime ⇒ Object
7034 7035 7036 |
# File 'lib/v20190924/models.rb', line 7034 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
7054 7055 7056 7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 |
# File 'lib/v20190924/models.rb', line 7054 def deserialize(params) @TagName = params['TagName'] @TagId = params['TagId'] @ImageId = params['ImageId'] @Size = params['Size'] @CreationTime = params['CreationTime'] @DurationDays = params['DurationDays'] @Author = params['Author'] @Architecture = params['Architecture'] @DockerVersion = params['DockerVersion'] @OS = params['OS'] @SizeByte = params['SizeByte'] @Id = params['Id'] @UpdateTime = params['UpdateTime'] @PushTime = params['PushTime'] @Kind = params['Kind'] end |