Class: TencentCloud::Tcr::V20190924::CreateSignatureRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::CreateSignatureRequest
- Defined in:
- lib/v20190924/models.rb
Overview
CreateSignature请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(registryid = nil, namespacename = nil, repositoryname = nil, imageversion = nil) ⇒ CreateSignatureRequest
constructor
A new instance of CreateSignatureRequest.
Constructor Details
#initialize(registryid = nil, namespacename = nil, repositoryname = nil, imageversion = nil) ⇒ CreateSignatureRequest
Returns a new instance of CreateSignatureRequest.
1187 1188 1189 1190 1191 1192 |
# File 'lib/v20190924/models.rb', line 1187 def initialize(registryid=nil, namespacename=nil, repositoryname=nil, imageversion=nil) @RegistryId = registryid @NamespaceName = namespacename @RepositoryName = repositoryname @ImageVersion = imageversion end |
Instance Attribute Details
#ImageVersion ⇒ Object
1185 1186 1187 |
# File 'lib/v20190924/models.rb', line 1185 def ImageVersion @ImageVersion end |
#NamespaceName ⇒ Object
1185 1186 1187 |
# File 'lib/v20190924/models.rb', line 1185 def NamespaceName @NamespaceName end |
#RegistryId ⇒ Object
1185 1186 1187 |
# File 'lib/v20190924/models.rb', line 1185 def RegistryId @RegistryId end |
#RepositoryName ⇒ Object
1185 1186 1187 |
# File 'lib/v20190924/models.rb', line 1185 def RepositoryName @RepositoryName end |
Instance Method Details
#deserialize(params) ⇒ Object
1194 1195 1196 1197 1198 1199 |
# File 'lib/v20190924/models.rb', line 1194 def deserialize(params) @RegistryId = params['RegistryId'] @NamespaceName = params['NamespaceName'] @RepositoryName = params['RepositoryName'] @ImageVersion = params['ImageVersion'] end |