Class: TencentCloud::Tcr::V20190924::CreateSignaturePolicyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::CreateSignaturePolicyRequest
- Defined in:
- lib/v20190924/models.rb
Overview
CreateSignaturePolicy请求参数结构体
Instance Attribute Summary collapse
- #Disabled ⇒ Object
- #Domain ⇒ Object
- #KmsId ⇒ Object
- #KmsRegion ⇒ Object
- #Name ⇒ Object
- #NamespaceName ⇒ Object
- #RegistryId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(registryid = nil, name = nil, namespacename = nil, kmsid = nil, kmsregion = nil, domain = nil, disabled = nil) ⇒ CreateSignaturePolicyRequest
constructor
A new instance of CreateSignaturePolicyRequest.
Constructor Details
#initialize(registryid = nil, name = nil, namespacename = nil, kmsid = nil, kmsregion = nil, domain = nil, disabled = nil) ⇒ CreateSignaturePolicyRequest
Returns a new instance of CreateSignaturePolicyRequest.
1137 1138 1139 1140 1141 1142 1143 1144 1145 |
# File 'lib/v20190924/models.rb', line 1137 def initialize(registryid=nil, name=nil, namespacename=nil, kmsid=nil, kmsregion=nil, domain=nil, disabled=nil) @RegistryId = registryid @Name = name @NamespaceName = namespacename @KmsId = kmsid @KmsRegion = kmsregion @Domain = domain @Disabled = disabled end |
Instance Attribute Details
#Disabled ⇒ Object
1135 1136 1137 |
# File 'lib/v20190924/models.rb', line 1135 def Disabled @Disabled end |
#Domain ⇒ Object
1135 1136 1137 |
# File 'lib/v20190924/models.rb', line 1135 def Domain @Domain end |
#KmsId ⇒ Object
1135 1136 1137 |
# File 'lib/v20190924/models.rb', line 1135 def KmsId @KmsId end |
#KmsRegion ⇒ Object
1135 1136 1137 |
# File 'lib/v20190924/models.rb', line 1135 def KmsRegion @KmsRegion end |
#Name ⇒ Object
1135 1136 1137 |
# File 'lib/v20190924/models.rb', line 1135 def Name @Name end |
#NamespaceName ⇒ Object
1135 1136 1137 |
# File 'lib/v20190924/models.rb', line 1135 def NamespaceName @NamespaceName end |
#RegistryId ⇒ Object
1135 1136 1137 |
# File 'lib/v20190924/models.rb', line 1135 def RegistryId @RegistryId end |
Instance Method Details
#deserialize(params) ⇒ Object
1147 1148 1149 1150 1151 1152 1153 1154 1155 |
# File 'lib/v20190924/models.rb', line 1147 def deserialize(params) @RegistryId = params['RegistryId'] @Name = params['Name'] @NamespaceName = params['NamespaceName'] @KmsId = params['KmsId'] @KmsRegion = params['KmsRegion'] @Domain = params['Domain'] @Disabled = params['Disabled'] end |