Class: TencentCloud::Cam::V20190116::ListGrantServiceAccessService
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cam::V20190116::ListGrantServiceAccessService
- Defined in:
- lib/v20190116/models.rb
Overview
用于ListPoliciesGrantingServiceAccess接口的Service节点
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(servicetype = nil, servicename = nil) ⇒ ListGrantServiceAccessService
constructor
A new instance of ListGrantServiceAccessService.
Constructor Details
#initialize(servicetype = nil, servicename = nil) ⇒ ListGrantServiceAccessService
Returns a new instance of ListGrantServiceAccessService.
3540 3541 3542 3543 |
# File 'lib/v20190116/models.rb', line 3540 def initialize(servicetype=nil, servicename=nil) @ServiceType = servicetype @ServiceName = servicename end |
Instance Attribute Details
#ServiceName ⇒ Object
3538 3539 3540 |
# File 'lib/v20190116/models.rb', line 3538 def ServiceName @ServiceName end |
#ServiceType ⇒ Object
3538 3539 3540 |
# File 'lib/v20190116/models.rb', line 3538 def ServiceType @ServiceType end |
Instance Method Details
#deserialize(params) ⇒ Object
3545 3546 3547 3548 |
# File 'lib/v20190116/models.rb', line 3545 def deserialize(params) @ServiceType = params['ServiceType'] @ServiceName = params['ServiceName'] end |