Class: TencentCloud::Tse::V20201207::DescribeGovernanceAliasesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::DescribeGovernanceAliasesRequest
- Defined in:
- lib/v20201207/models.rb
Overview
DescribeGovernanceAliases请求参数结构体
Instance Attribute Summary collapse
- #Alias ⇒ Object
- #AliasNamespace ⇒ Object
- #Comment ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Namespace ⇒ Object
- #Offset ⇒ Object
- #Service ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, service = nil, namespace = nil, _alias = nil, aliasnamespace = nil, comment = nil, offset = nil, limit = nil) ⇒ DescribeGovernanceAliasesRequest
constructor
A new instance of DescribeGovernanceAliasesRequest.
Constructor Details
#initialize(instanceid = nil, service = nil, namespace = nil, _alias = nil, aliasnamespace = nil, comment = nil, offset = nil, limit = nil) ⇒ DescribeGovernanceAliasesRequest
Returns a new instance of DescribeGovernanceAliasesRequest.
5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 |
# File 'lib/v20201207/models.rb', line 5918 def initialize(instanceid=nil, service=nil, namespace=nil, _alias=nil, aliasnamespace=nil, comment=nil, offset=nil, limit=nil) @InstanceId = instanceid @Service = service @Namespace = namespace @Alias = _alias @AliasNamespace = aliasnamespace @Comment = comment @Offset = offset @Limit = limit end |
Instance Attribute Details
#Alias ⇒ Object
5916 5917 5918 |
# File 'lib/v20201207/models.rb', line 5916 def Alias @Alias end |
#AliasNamespace ⇒ Object
5916 5917 5918 |
# File 'lib/v20201207/models.rb', line 5916 def AliasNamespace @AliasNamespace end |
#Comment ⇒ Object
5916 5917 5918 |
# File 'lib/v20201207/models.rb', line 5916 def Comment @Comment end |
#InstanceId ⇒ Object
5916 5917 5918 |
# File 'lib/v20201207/models.rb', line 5916 def InstanceId @InstanceId end |
#Limit ⇒ Object
5916 5917 5918 |
# File 'lib/v20201207/models.rb', line 5916 def Limit @Limit end |
#Namespace ⇒ Object
5916 5917 5918 |
# File 'lib/v20201207/models.rb', line 5916 def Namespace @Namespace end |
#Offset ⇒ Object
5916 5917 5918 |
# File 'lib/v20201207/models.rb', line 5916 def Offset @Offset end |
#Service ⇒ Object
5916 5917 5918 |
# File 'lib/v20201207/models.rb', line 5916 def Service @Service end |
Instance Method Details
#deserialize(params) ⇒ Object
5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 |
# File 'lib/v20201207/models.rb', line 5929 def deserialize(params) @InstanceId = params['InstanceId'] @Service = params['Service'] @Namespace = params['Namespace'] @Alias = params['Alias'] @AliasNamespace = params['AliasNamespace'] @Comment = params['Comment'] @Offset = params['Offset'] @Limit = params['Limit'] end |