class TencentCloud::Tsf::V20180326::ApiGroupInfo

API分组信息

def deserialize(params)

def deserialize(params)
  @GroupId = params['GroupId']
  @GroupName = params['GroupName']
  @GroupContext = params['GroupContext']
  @AuthType = params['AuthType']
  @Status = params['Status']
  @CreatedTime = params['CreatedTime']
  @UpdatedTime = params['UpdatedTime']
  unless params['BindedGatewayDeployGroups'].nil?
    @BindedGatewayDeployGroups = []
    params['BindedGatewayDeployGroups'].each do |i|
      gatewaydeploygroup_tmp = GatewayDeployGroup.new
      gatewaydeploygroup_tmp.deserialize(i)
      @BindedGatewayDeployGroups << gatewaydeploygroup_tmp
    end
  end
  @ApiCount = params['ApiCount']
  @AclMode = params['AclMode']
  @Description = params['Description']
  @GroupType = params['GroupType']
  @GatewayInstanceType = params['GatewayInstanceType']
  @GatewayInstanceId = params['GatewayInstanceId']
  @NamespaceNameKey = params['NamespaceNameKey']
  @ServiceNameKey = params['ServiceNameKey']
  @NamespaceNameKeyPosition = params['NamespaceNameKeyPosition']
  @ServiceNameKeyPosition = params['ServiceNameKeyPosition']
end

def initialize(groupid=nil, groupname=nil, groupcontext=nil, authtype=nil, status=nil, createdtime=nil, updatedtime=nil, bindedgatewaydeploygroups=nil, apicount=nil, aclmode=nil, description=nil, grouptype=nil, gatewayinstancetype=nil, gatewayinstanceid=nil, namespacenamekey=nil, servicenamekey=nil, namespacenamekeyposition=nil, servicenamekeyposition=nil)

def initialize(groupid=nil, groupname=nil, groupcontext=nil, authtype=nil, status=nil, createdtime=nil, updatedtime=nil, bindedgatewaydeploygroups=nil, apicount=nil, aclmode=nil, description=nil, grouptype=nil, gatewayinstancetype=nil, gatewayinstanceid=nil, namespacenamekey=nil, servicenamekey=nil, namespacenamekeyposition=nil, servicenamekeyposition=nil)
  @GroupId = groupid
  @GroupName = groupname
  @GroupContext = groupcontext
  @AuthType = authtype
  @Status = status
  @CreatedTime = createdtime
  @UpdatedTime = updatedtime
  @BindedGatewayDeployGroups = bindedgatewaydeploygroups
  @ApiCount = apicount
  @AclMode = aclmode
  @Description = description
  @GroupType = grouptype
  @GatewayInstanceType = gatewayinstancetype
  @GatewayInstanceId = gatewayinstanceid
  @NamespaceNameKey = namespacenamekey
  @ServiceNameKey = servicenamekey
  @NamespaceNameKeyPosition = namespacenamekeyposition
  @ServiceNameKeyPosition = servicenamekeyposition
end