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.
7975 7976 7977 7978 7979 7980 7981 |
# File 'lib/v20210331/models.rb', line 7975 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
7973 7974 7975 |
# File 'lib/v20210331/models.rb', line 7973 def NewDescription @NewDescription end |
#NewRelayState ⇒ Object
7973 7974 7975 |
# File 'lib/v20210331/models.rb', line 7973 def NewRelayState @NewRelayState end |
#NewSessionDuration ⇒ Object
7973 7974 7975 |
# File 'lib/v20210331/models.rb', line 7973 def NewSessionDuration @NewSessionDuration end |
#RoleConfigurationId ⇒ Object
7973 7974 7975 |
# File 'lib/v20210331/models.rb', line 7973 def RoleConfigurationId @RoleConfigurationId end |
#ZoneId ⇒ Object
7973 7974 7975 |
# File 'lib/v20210331/models.rb', line 7973 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
7983 7984 7985 7986 7987 7988 7989 |
# File 'lib/v20210331/models.rb', line 7983 def deserialize(params) @ZoneId = params['ZoneId'] @RoleConfigurationId = params['RoleConfigurationId'] @NewDescription = params['NewDescription'] @NewSessionDuration = params['NewSessionDuration'] @NewRelayState = params['NewRelayState'] end |