Class: TencentCloud::Organization::V20210331::UpdateRoleConfigurationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::UpdateRoleConfigurationRequest
- Defined in:
- lib/v20210331/models.rb
Overview
UpdateRoleConfiguration请求参数结构体
Instance Attribute Summary collapse
- #NewDescription ⇒ Object
- #NewRelayState ⇒ Object
- #NewSessionDuration ⇒ Object
- #RoleConfigurationId ⇒ Object
- #ZoneId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zoneid = nil, roleconfigurationid = nil, newdescription = nil, newsessionduration = nil, newrelaystate = nil) ⇒ UpdateRoleConfigurationRequest
constructor
A new instance of UpdateRoleConfigurationRequest.
Constructor Details
#initialize(zoneid = nil, roleconfigurationid = nil, newdescription = nil, newsessionduration = nil, newrelaystate = nil) ⇒ UpdateRoleConfigurationRequest
Returns a new instance of UpdateRoleConfigurationRequest.
8240 8241 8242 8243 8244 8245 8246 |
# File 'lib/v20210331/models.rb', line 8240 def initialize(zoneid=nil, roleconfigurationid=nil, newdescription=nil, newsessionduration=nil, newrelaystate=nil) @ZoneId = zoneid @RoleConfigurationId = roleconfigurationid @NewDescription = newdescription @NewSessionDuration = newsessionduration @NewRelayState = newrelaystate end |
Instance Attribute Details
#NewDescription ⇒ Object
8238 8239 8240 |
# File 'lib/v20210331/models.rb', line 8238 def NewDescription @NewDescription end |
#NewRelayState ⇒ Object
8238 8239 8240 |
# File 'lib/v20210331/models.rb', line 8238 def NewRelayState @NewRelayState end |
#NewSessionDuration ⇒ Object
8238 8239 8240 |
# File 'lib/v20210331/models.rb', line 8238 def NewSessionDuration @NewSessionDuration end |
#RoleConfigurationId ⇒ Object
8238 8239 8240 |
# File 'lib/v20210331/models.rb', line 8238 def RoleConfigurationId @RoleConfigurationId end |
#ZoneId ⇒ Object
8238 8239 8240 |
# File 'lib/v20210331/models.rb', line 8238 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
8248 8249 8250 8251 8252 8253 8254 |
# File 'lib/v20210331/models.rb', line 8248 def deserialize(params) @ZoneId = params['ZoneId'] @RoleConfigurationId = params['RoleConfigurationId'] @NewDescription = params['NewDescription'] @NewSessionDuration = params['NewSessionDuration'] @NewRelayState = params['NewRelayState'] end |